(class from pyomo.contrib.appsi.base)
pyomo.contrib.appsi.base
Bases: object
object
Methods
__init__()
__init__
api_version()
api_version
Return the public API supported by this interface.
available([exception_flag])
available
license_is_valid()
license_is_valid
Test if the solver license is valid on this system.
solve(model[, tee, load_solutions, logfile, ...])
solve
Attributes
options
Member Documentation
A solver API enum object
SolverAPIVersion
Note that this method is included for compatibility with the legacy SolverFactory interface. Unlicensed or open source solvers will return True by definition. Licensed solvers will return True if a valid license is found.
available – True if the solver license is valid. Otherwise, False.
bool