Skip to content
Snippets Groups Projects
Commit 3f0df7f1 authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

use method setInitialIterate() instead of deprecated setInitialSolution()

[[Imported from SVN: r9532]]
parent 78b8ecbe
No related branches found
No related tags found
No related merge requests found
...@@ -313,7 +313,7 @@ int main (int argc, char *argv[]) try ...@@ -313,7 +313,7 @@ int main (int argc, char *argv[]) try
// Solve! // Solve!
// ///////////////////////////////////////////////////// // /////////////////////////////////////////////////////
solver.setInitialSolution(x); solver.setInitialIterate(x);
solver.solve(); solver.solve();
x = solver.getSol(); x = solver.getSol();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment