Exemplo n.º 1
0
	virtual int solve() { //return the optimal value from the MIP
             if (solver) solver->solve();     
             return 0;
        }
Exemplo n.º 2
0
Cost LinearConstraint::solveMIP(MIP &mip){
	return mip.solve();
}