UnknownSolver

(class from pyomo.opt.base.solvers)

class pyomo.opt.base.solvers.UnknownSolver(*args, **kwds)[source]

Bases: object

__init__(*args, **kwds)[source]

Methods

__init__(*args, **kwds)

api_version()

Return the public API supported by this interface.

available([exception_flag])

Determine if this optimizer is available.

license_is_valid()

True if the solver is present and has a valid license (if applicable)

reset()

Reset the state of an optimizer

set_options(istr)

Set the options in the optimizer from a string.

solve(*args, **kwds)

Perform optimization and return an SolverResults object.

warm_start_capable()

True is the solver can accept a warm-start solution.

Member Documentation

classmethod api_version()[source]

Return the public API supported by this interface.

Returns:

A solver API enum object

Return type:

SolverAPIVersion

available(exception_flag=True)[source]

Determine if this optimizer is available.

license_is_valid()[source]

True if the solver is present and has a valid license (if applicable)

reset()[source]

Reset the state of an optimizer

set_options(istr)[source]

Set the options in the optimizer from a string.

solve(*args, **kwds)[source]

Perform optimization and return an SolverResults object.

warm_start_capable()[source]

True is the solver can accept a warm-start solution.