- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 08-03-2015 03:13 PM
(1168 views)
Hi!
I used MILP solver for Proc Optmodel, with its solution status "Out of Memory".
I guess this is because using "Branch and Cut" algorithm, it is hard to obtain an optimal for my optimization problem.
Then could I set running time to a certain amount of time, like resolve or something?
Thanks!
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
You can use the MAXTIME= option:
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Solve with MILP;
MAXTIME = 100;
IS THAT CORREECT?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
No, the first ; should be a /
In the SOLVE statement, the solver options go after the slash: