mirror of
https://github.com/Z3Prover/z3
synced 2025-10-10 09:48:05 +00:00
add facility to check for missing propagations
This commit is contained in:
parent
cafe3acff1
commit
bdac86501d
5 changed files with 109 additions and 11 deletions
|
@ -38,10 +38,15 @@ namespace nra {
|
|||
lbool check();
|
||||
|
||||
/**
|
||||
\breif Check feasibility of equalities modulo bounds constraints on their variables.
|
||||
\brief Check feasibility of equalities modulo bounds constraints on their variables.
|
||||
*/
|
||||
lbool check(vector<dd::pdd> const& eqs);
|
||||
|
||||
/**
|
||||
\brief Check if equality is tight.
|
||||
*/
|
||||
lbool check_tight(const dd::pdd& eq);
|
||||
|
||||
/*
|
||||
\brief determine whether nra check is needed.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue