OOF2: The Manual

Name

OOF.Subproblem.Disable_Solution — Prevent a subproblem's solution by the next Solve command.

Synopsis

OOF.Subproblem.Disable_Solution(subproblem)

Details

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

    subproblem
    Type: The path to an existing SubProblem object.

Description

Disable the solution of the given SubProblem. It can later be re-enabled by OOF.Subproblem.Enable_Solution. When solving multiple SubProblems, disabling a solution is a quick way to prevent a SubProblem from being solved, if deleting the solver entirely isn't desired.

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