We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89ab941 commit 66f9532Copy full SHA for 66f9532
src/algorithms/column_generation.cpp
@@ -894,6 +894,11 @@ const ColumnGenerationOutput columngenerationsolver::column_generation(
894
output.relaxation_solution = solution_builder.build();
895
break;
896
}
897
+ if (parameters.tabu != nullptr
898
+ && parameters.tabu->size() > 0) {
899
+ output.relaxation_solution = solution_builder.build();
900
+ break;
901
+ }
902
903
// Otherwise, increase the dummy column objective coefficient and
904
// restart.
0 commit comments