polish examples and samples
This commit is contained in:
@@ -23,7 +23,7 @@ public class SimpleMipProgram
|
||||
{
|
||||
// [START solver]
|
||||
// Create the linear solver with the CBC backend.
|
||||
Solver solver = Solver.CreateSolver("SimpleMipProgram", "cbc");
|
||||
Solver solver = Solver.CreateSolver("SimpleMipProgram", "CBC");
|
||||
// [END solver]
|
||||
|
||||
// [START variables]
|
||||
|
||||
Reference in New Issue
Block a user