Skip to content

Commit

Permalink
[issue1134] Remove debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
remochristen committed Feb 6, 2024
1 parent b5c457e commit 8cf7043
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ int OperatorCountingHeuristic::compute_heuristic(const State &ancestor_state) {
}
}
int result;
lp_solver.write_lp("model.lp");
lp_solver.solve();
if (lp_solver.has_optimal_solution()) {
double epsilon = 0.01;
Expand Down

0 comments on commit 8cf7043

Please sign in to comment.