3
0
Fork 0
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:
Nikolaj Bjorner 2019-05-17 20:24:29 +03:00
parent dd4b8b9ff8
commit d2dcb39c11
11 changed files with 187 additions and 17 deletions

View file

@ -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.