mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
add handling of pseudo-boolean inequalities that use if-expressions over Booleans and arihmetic instead of built-in PB predicates
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e4d2c5867a
commit
b82b53dc34
3 changed files with 125 additions and 43 deletions
|
@ -115,8 +115,6 @@ public:
|
|||
}
|
||||
}
|
||||
lbool r = m_solver->get_consequences(asms, bvars, consequences);
|
||||
std::cout << consequences.size() << "\n";
|
||||
|
||||
|
||||
// translate bit-vector consequences back to enumeration types
|
||||
for (unsigned i = 0; i < consequences.size(); ++i) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue