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
We canuse clingcon's bound propagation algorithm to compute the intervals from comparisons. The code below shows how intervals for a body containing 1<X<Y, X+Y<=100 can be computed:
rkaminsk
changed the title
Add support for comparison literals with more than one relation
Extend safety by computing intervals from comparisons
May 7, 2022
TODO: check
ignoreIfFixed
logic.We canuse clingcon's bound propagation algorithm to compute the intervals from comparisons. The code below shows how intervals for a body containing
1<X<Y, X+Y<=100
can be computed:The test code outputs:
The task to extract linear inequalities from rule bodies is straightforward.
The text was updated successfully, but these errors were encountered: