Skip to content

Commit 08e45e3

Browse files
authored
Merge pull request #3766 from Robot-1x/patch-1
Update cplex_interface.cc
2 parents 1577695 + fbd39da commit 08e45e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ortools/linear_solver/cplex_interface.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ MPSolver::ResultStatus CplexInterface::Solve(MPSolverParameters const& param) {
11231123
varindices[i] = solver_->solution_hint_[i].first->index();
11241124
values[i] = solver_->solution_hint_[i].second;
11251125
}
1126-
CPXaddmipstarts (mEnv, mLp, 1, sol_count, beg, varindices, values, NULL, NULL);
1126+
CPXXaddmipstarts (mEnv, mLp, 1, sol_count, beg, varindices, values, NULL, NULL);
11271127
}
11281128
// Set parameters.
11291129
// NOTE: We must invoke SetSolverSpecificParametersAsString() _first_.

0 commit comments

Comments
 (0)