/// <summary> /// Sets the reference to the planning problem operators. /// </summary> /// <param name="operators">Operators of the planning problem.</param> public void SetOperators(Operators operators) { ForEach(variable => variable.SetOperators(operators)); }
/// <summary> /// Sets the reference to the planning problem operators. /// </summary> /// <param name="operators">Operators of the planning problem.</param> public void SetOperators(Operators operators) { Operators = operators; }