Skip to content

Commit

Permalink
Set print_solution=no in default options
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Oct 30, 2024
1 parent 950c0fe commit cd69aec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uno/options/DefaultOptions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace uno {
// CPU time limit (in seconds)
options["time_limit"] = "inf";
// print optimal solution (yes|no)
options["print_solution"] = "yes";
options["print_solution"] = "no";
// threshold on objective to declare unbounded NLP
options["unbounded_objective_threshold"] = "-1e20";
// enforce linear constraints at the initial point (yes|no)
Expand Down Expand Up @@ -220,4 +220,4 @@ namespace uno {

return options;
}
} // namespace
} // namespace

0 comments on commit cd69aec

Please sign in to comment.