scip Questions
2
Solved
In the list of SCIP's parameters I see three types of references to the use of threads:
lp/threads (threads used for solving the LP, which don't matter when using SoPlex, according to this questi...
Thapsus asked 5/4, 2019 at 14:15
1
2
Solved
I have defined customized settings in a file called scip.set and put in in myscipdir/settings.
The settings contain
limits/time = 86400
limit/memory = 61440
lp/threads = 6
However, SCIP doesn't...
Selfdevotion asked 23/10, 2014 at 2:25
1
Solved
Based on steps in http://scip.zib.de/doc/html/TEST.php, I have managed to set up an automated test using SCIP. However, I'd like to write the solution (best feasible solution) to a file, instead of...
Discomfort asked 21/10, 2014 at 14:21
2
Solved
I'm trying to solve integer programming problems. I've tried both use SCIP and LPSolve
For example, given the final values of A and B, I want to solve for valA in the following C# code:
Int32 a =...
Yacano asked 14/4, 2013 at 16:37
1
© 2022 - 2024 — McMap. All rights reserved.