(class from pyomo.contrib.pyros.solve_data)
pyomo.contrib.pyros.solve_data
Bases: object
object
Container for results of solve attempt for single separation problem.
solved_globally (bool) – True if separation problems solved to global optimality, False otherwise.
solver_call_results (dict) – Mapping from discrete uncertainty set scenario list indexes to solver call results for separation problems subject to the scenarios.
second_stage_ineq_con (Constraint) – Separation problem second-stage inequality constraint for which self was generated.
Initialize self (see class docstring).
Methods
__init__(solved_globally[, ...])
__init__
Attributes
subsolver_error
True if there is a subsolver error status for all of the SeparationSolveCallResults objects listed in self, False otherwise.
SeparationSolveCallResults
time_out
True if there is a time out status for at least one of the SeparationSolveCallResults objects listed in self, False otherwise.
Member Documentation
bool