18 std::map<const Var*, double> m_values {};
A primal solution to be added to SCIP's solution pool.
void setValue(const Var &var, double value)
Sets the value for a variable in the solution.
double & operator()(const Var &var)
Access the mutable value assigned to the variable.
A SCIP optimization model.
Wrapper for a SCIP variable.