Fixup Basic Example

This commit is contained in:
Mizux Seiha
2020-12-07 16:16:23 +01:00
parent 0e615d5ad9
commit 1e25c371c9
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ namespace operations_research {
void BasicExample() {
// [START solver]
// Create the linear solver with the GLOP backend.
MPSolver* solver = MPSolver.CreateSolver("GLOP");
MPSolver* solver = MPSolver::CreateSolver("GLOP");
// [END solver]
// [START variables]