mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 05:30:51 +00:00
prepare for variable scoping and autarkies
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
aeabdb4aae
commit
a74d18a695
18 changed files with 24 additions and 20 deletions
|
@ -414,7 +414,8 @@ private:
|
|||
cubes.reset();
|
||||
s.set_cube_params();
|
||||
while (true) {
|
||||
expr_ref_vector c = s.get_solver().cube(UINT_MAX); // TBD tune this
|
||||
expr_ref_vector vars(m);
|
||||
expr_ref_vector c = s.get_solver().cube(vars, UINT_MAX); // TBD tune this
|
||||
if (c.empty()) {
|
||||
report_undef(s);
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue