Skip to content

Commit

Permalink
Example updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
aykutbulut committed Aug 4, 2016
1 parent 1dff368 commit b92b7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cutting_plane_solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ int main(int argc, char ** argv) {
conic_solver->readMps(argv[1]);
// solve initial problem ignoring conic constraints.
conic_solver->OsiClpSolverInterface::initialSolve();
CglConicOA cg;
CglConicOA cg(1e-5);
OsiCuts * cuts;
int total_num_cuts = 0;
clock_t start_time = clock();
Expand Down

0 comments on commit b92b7d0

Please sign in to comment.