cpp: Format all files in ortools
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
// [START program]
|
||||
// [START import]
|
||||
#include <iostream>
|
||||
|
||||
#include "ortools/linear_solver/linear_solver.h"
|
||||
// [END import]
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
// [START program]
|
||||
// [START import]
|
||||
#include <iostream>
|
||||
|
||||
#include "ortools/linear_solver/linear_solver.h"
|
||||
// [END import]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user