Equations
Instances For
Equations
Instances For
Assuming all variables smaller than x
have already been assigned,
returns the best lower bound for x
using the given partial assignment and
inequality constraints where x
is the maximal variable.
Equations
Instances For
Assuming all variables smaller than x
have already been assigned,
returns the best upper bound for x
using the given partial assignment and
inequality constraints where x
is the maximal variable.
Equations
Instances For
Returns values we cannot assign x
because of disequality constraints.
Equations
Instances For
Equations
Instances For
Equations
Instances For
Equations
Instances For
Find rational value in the interval (lower, upper)
that is different from all known
disequalities.
Equations
Instances For
Given an inequality c₁
which is a lower bound, i.e., leading coefficient is negative,
and a disequality c
, splits c
and resolve with c₁
.
Equations
Instances For
Returns true
if we already have a complete assignment / model.
Equations
Instances For
Equations
Instances For
Returns true
if work/progress has been done.
There are two kinds of progress:
- An assignment for satisfying constraints was constructed.
- An inconsistency was detected.
The result is false
if module for every structure already has an assignment.