Model-based theory combination context.
isInterpreted e
returnstrue
ife
is an interpreted symbol in the target theory. Example:+
for cutsathasTheoryVar e
returnstrue
ife
has a theory variable in the target theory. For example, suppose we have the constraintx + y ≤ 0
, thenx
andy
have theory vars in the cutsat procedure.eqAssignment x y
returnstrue
it the theory variables forx
andy
have the same interpretation/assignment in the target theory. For example, suppose we have the constraintx + y ≤ 0
, and cutsat satified it by assignining bothx
andy
to0
. Then,eqAssignment x y
must returntrue
.
Model-based theory combination.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.