コード例 #1
0
 /// <summary>
 /// Creates a new real variable with the specified name and allowable range
 /// </summary>
 public RealVariable(ConstraintThingySolver constraintThingySolver, string name, Interval allowableValues) : base(constraintThingySolver, name, LL.Create <MultiInterval>(allowableValues))
 {
     Precision = DefaultPrecision;
 }