reformat the code; [CP-SAT] add dominated columns presolve

This commit is contained in:
Laurent Perron
2020-10-28 13:42:36 +01:00
parent 335cf3df3d
commit 6467dc69b0
220 changed files with 9673 additions and 8137 deletions

View File

@@ -41,7 +41,8 @@ void BinPackingMip() {
// [START solver]
// Create the mip solver with the CBC backend.
MPSolver solver("bin_packing_mip", MPSolver::CBC_MIXED_INTEGER_PROGRAMMING);
MPSolver solver("bin_packing_mip",
MPSolver::CBC_MIXED_INTEGER_PROGRAMMING);
// [END solver]
// [START program_part2]