cpp: Format all files in ortools

This commit is contained in:
Mizux Seiha
2020-09-23 11:48:40 +02:00
parent 61693bb677
commit f087564d84
32 changed files with 611 additions and 582 deletions

View File

@@ -41,8 +41,7 @@ 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]

View File

@@ -14,6 +14,7 @@
// [START program]
// [START import]
#include <iostream>
#include "ortools/linear_solver/linear_solver.h"
// [END import]

View File

@@ -14,6 +14,7 @@
// [START program]
// [START import]
#include <iostream>
#include "ortools/linear_solver/linear_solver.h"
// [END import]