(class from pyomo.contrib.appsi.base)
pyomo.contrib.appsi.base
Bases: object
object
Methods
__init__()
__init__
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
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