mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 13:40:52 +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
|
@ -305,7 +305,7 @@ public:
|
|||
return 0;
|
||||
}
|
||||
|
||||
virtual expr_ref_vector cube(unsigned backtrack_level) {
|
||||
virtual expr_ref_vector cube(expr_ref_vector& vs, unsigned backtrack_level) {
|
||||
if (!m_internalized) {
|
||||
dep2asm_t dep2asm;
|
||||
m_model = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue