OOF2: The Manual

Name

OOF.Subproblem.Enable_Solution — Enable a subproblem's solution by the next Solve command.

Synopsis

OOF.Subproblem.Enable_Solution(subproblem)

Details

  • Parent Menu: OOF.Subproblem
  • Callback: function _setSolvable in module ooflib.engine.IO.subproblemmenu
  • Parameters:

    subproblem
    Type: The path to an existing SubProblem object.

Description

Enable the solution of the given SubProblem, if it had previously been disabled by OOF.Subproblem.Disable_Solution.

In the GUI, this command is invoked by the checkboxes in the Solve? column of the Solver pane of the Solver page.