Ejemplo n.º 1
0
 /// <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));
 }
Ejemplo n.º 2
0
 /// <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;
 }