mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 18:00:23 +00:00
add smt lookahead
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
dd4b8b9ff8
commit
d2dcb39c11
11 changed files with 187 additions and 17 deletions
|
@ -217,7 +217,7 @@ namespace smt {
|
|||
/**
|
||||
\brief return the next case split literal.
|
||||
*/
|
||||
expr* next_decision();
|
||||
expr_ref next_cube();
|
||||
|
||||
/**
|
||||
\brief retrieve depth of variables from decision stack.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue