Skip to content

Commit

Permalink
Increased time limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Oct 6, 2024
1 parent a73dcfa commit 088006a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/shift_scheduling_sat_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def test_shift_scheduling_sat

# Solve the model.
solver = ORTools::CpSolver.new
solver.parameters.max_time_in_seconds = 1
solver.parameters.max_time_in_seconds = 300
# solution_printer = ORTools::ObjectiveSolutionPrinter.new
# status = solver.solve_with_solution_callback(model, solution_printer)
status = solver.solve(model)
Expand Down

0 comments on commit 088006a

Please sign in to comment.