Baptiste Lambin
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by Baptiste Lambin-
Hi Eli, It was actually a stupid mistake from my end. I used a vector<int> instead of vector<double> to get the current solution (using getSolution) and work on it. As getSolution returns a double ...
-
I'm actually having a similar issue, but with branching solutions (with a * in the MIP logging). I'm using the C++ API, and the first intruction after (where == GRB_CB_MIPSOL) is to print "Callback...