minor changes; change the search parameters in the cp_model.proto
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#include "ortools/base/logging.h"
|
||||
#include "ortools/base/stringprintf.h"
|
||||
#include "ortools/base/timer.h"
|
||||
#include "ortools/base/port.h"
|
||||
#include "ortools/base/hash.h"
|
||||
#include "ortools/linear_solver/linear_solver.h"
|
||||
|
||||
@@ -992,5 +993,6 @@ MPSolverInterface* BuildGLPKInterface(bool mip, MPSolver* const solver) {
|
||||
return new GLPKInterface(solver, mip);
|
||||
}
|
||||
|
||||
|
||||
} // namespace operations_research
|
||||
#endif // #if defined(USE_GLPK)
|
||||
|
||||
Reference in New Issue
Block a user