hasEditVariable method

bool hasEditVariable(
  1. Variable variable
)

Returns whether the given edit Variable is present in the solver.

Implementation

bool hasEditVariable(Variable variable) => _edits.containsKey(variable);