__init__(**kwargs)
|
|
api_version()
|
Return the public API supported by this interface. |
available([exception_flag])
|
Returns a bool determining whether the requested solver is available on the system. |
config_block([init])
|
Preserves config backwards compatibility; allows new solver interfaces to be used in the pyomo solve call |
default_variable_value()
|
|
has_linear_solver(linear_solver)
|
Determine if Ipopt has access to the specified linear solver |
is_persistent()
|
True if this supports a persistent interface to the solver.
|
license_is_valid()
|
Test if the solver license is valid on this system. |
set_options(options)
|
Method to manually set options; can be called outside of the solve method |
solve(model[, tee, load_solutions, logfile, ...])
|
Solve method: maps new solve method style to backwards compatible version. |
version()
|
Return the solver version found on the system. |
warm_start_capable()
|
|