mirror of
https://github.com/Z3Prover/z3
synced 2025-08-09 04:31:24 +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
|
@ -67,6 +67,7 @@ namespace smt {
|
|||
|
||||
class context {
|
||||
friend class model_generator;
|
||||
friend class lookahead;
|
||||
public:
|
||||
statistics m_stats;
|
||||
|
||||
|
@ -1074,8 +1075,6 @@ namespace smt {
|
|||
|
||||
enode * get_enode_eq_to(func_decl * f, unsigned num_args, enode * const * args);
|
||||
|
||||
expr* next_decision();
|
||||
|
||||
protected:
|
||||
bool decide();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue