public class OpenOptWebSolver extends OpenOptSolver
| Modifier and Type | Field and Description |
|---|---|
static boolean |
openopt_use_local
Whether to use a local installation of OpenOpt.
|
static String |
openopt_webservice_apikey
The API key for using the service.
|
static String |
openopt_webservice_url
The URL of the web service.
|
ignoreNotFeasibleError| Constructor and Description |
|---|
OpenOptWebSolver() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isInstalled() |
Map<Variable,Term> |
solve(ConstraintSatisfactionProblem problem)
Computes a solution to the given constraint satisfaction or optimization problem, i.e.
|
getContol, getFtol, getGtol, getMaxFunEvals, getMaxIter, getOpenOptCode, getSolver, getXtol, isIgnoreNotFeasibleError, parseOutput, setContol, setFtol, setGtol, setIgnoreNotFeasibleError, setMaxFunEvals, setMaxIter, setSolver, setXtolgetDefaultGeneralSolver, getDefaultIntegerLinearSolver, getDefaultLinearSolver, hasDefaultGeneralSolver, hasDefaultIntegerLinearSolver, hasDefaultLinearSolver, setDefaultGeneralSolver, setDefaultIntegerLinearSolver, setDefaultLinearSolverpublic static String openopt_webservice_url
public static String openopt_webservice_apikey
public static boolean openopt_use_local
public Map<Variable,Term> solve(ConstraintSatisfactionProblem problem) throws GeneralMathException
Solversolve in class OpenOptSolverproblem - the actual problemGeneralMathException - if something went wrong.public static boolean isInstalled()
throws UnsupportedOperationException
UnsupportedOperationExceptionCopyright © 2018. All rights reserved.