Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Discussion options

You must be logged in to vote

[A] I would try to follow the structure of gurobi/xpress. Write a minimal C++ wrapper of their a C API using absl primitives separately (and unit test this wrapper). We need to support loading cplex dynamically, just like the other solvers. Starting out with fewer features and building is in fact better than trying to do everything in one shot, it will make review much simpler.

[B] There is no minimal feature set, you can get started with just LP if you want. There are solver independnent tests that are somewhat organized by supported features. You will make your life easier if you pick a set of features to support that is coherent with the tests (otherwise, you need to write solver speci…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sschnug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants