Exemple #1
0
 public WrappedConstraint(bool val, Constraint cst)
 {
   this.Val = val;
   this.Cst = cst;
 }
Exemple #2
0
 public WrappedConstraint(Constraint cst) : this(true, cst) {}