mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 01:40:22 +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
|
@ -42,7 +42,7 @@ namespace smt {
|
|||
expr_ref cube() {
|
||||
switch (m_round) {
|
||||
case 0:
|
||||
m_result = m_solver.m_context.next_decision();
|
||||
m_result = m_solver.m_context.next_cube();
|
||||
break;
|
||||
case 1:
|
||||
m_result = m_solver.get_manager().mk_not(m_result);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue