|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.swimp.probe.CoinProbe
public class CoinProbe
Constructor Summary | |
---|---|
CoinProbe()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
static boolean |
probeCoinBasic()
Check whether the basic Coin classes (and their native shared library) can be loaded. |
static boolean |
probeOsiSolver(java.lang.String solverId)
Check whether the wrapper class for the given OSI-compatible solver can be loaded (including the necessary shared library) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CoinProbe()
Method Detail |
---|
public static void main(java.lang.String[] args)
public static boolean probeCoinBasic()
public static boolean probeOsiSolver(java.lang.String solverId)
solverId
- identifier for the OSI-compatible solver to be checked.
Currently supported values are clp, cbc, sym, vol, glpk, msk and cplex.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |