You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both of these are just arithmetic rules.
GroundValueConstraint is just RVA = val.
GroundLinearConstraint is just coeff * RVA + coeff * RVA ... <=|=|>= val.
I think the constraint blocker is the only thing that uses them.
We will have to be a bit careful on the semantics:
This would be a ground rule without an associated rule (unless we create a dummy).
There are both special cases of arithmetic rules.
Maybe instead of removal, we can just treat them as special cases (subclasses).
The text was updated successfully, but these errors were encountered:
Issue by eriq-augustine
Thursday Nov 15, 2018 at 14:28 GMT
Originally opened as eriq-augustine#185
Both of these are just arithmetic rules.
GroundValueConstraint is just
RVA = val
.GroundLinearConstraint is just
coeff * RVA + coeff * RVA ... <=|=|>= val
.I think the constraint blocker is the only thing that uses them.
We will have to be a bit careful on the semantics:
Maybe instead of removal, we can just treat them as special cases (subclasses).
The text was updated successfully, but these errors were encountered: