Skip to content

Commit

Permalink
Update default configuration for rectangleguillotine
Browse files Browse the repository at this point in the history
  • Loading branch information
fontanf committed Oct 12, 2024
1 parent 7c21fd4 commit b49cf9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/packingsolver/rectangleguillotine/optimize.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ struct OptimizeParameters: packingsolver::Parameters<Instance, Solution>
* Size of the queue for the pricing knapsack subproblem of the sequential
* value correction algorithm.
*/
NodeId sequential_value_correction_subproblem_queue_size = 256;
NodeId sequential_value_correction_subproblem_queue_size = 512;

/**
* Size of the queue for the pricing knapsack subproblem of the column
* generation algorithm.
*/
NodeId column_generation_subproblem_queue_size = 256;
NodeId column_generation_subproblem_queue_size = 512;

/*
* Parameters for non-anytime mode
Expand Down

0 comments on commit b49cf9c

Please sign in to comment.