Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Jan 8, 2025
1 parent 4a72cca commit 7edc1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver/modeler/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ int main(int argc, const char** argv)
Antares::Solver::Modeler::Api::FillContext ctx = {0, 0};
// We force the usage of MIP solvers to check that integer variables are properly handled
// TODO determine the nature of the problem based on system.Components()
const bool isMip = false;
const bool isMip = true;
Antares::Solver::Modeler::OrtoolsImpl::OrtoolsLinearProblem pb(isMip, parameters.solver);
Antares::Solver::Modeler::Api::LinearProblemBuilder linear_problem_builder(fillers);
linear_problem_builder.build(pb, LP_Data, ctx);
Expand Down

0 comments on commit 7edc1a0

Please sign in to comment.