mirror of
https://github.com/Z3Prover/z3
synced 2025-08-09 04:31:24 +00:00
fixes to lookahead
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
964102726d
commit
c870b77366
11 changed files with 40 additions and 11 deletions
|
@ -219,6 +219,11 @@ namespace smt {
|
|||
return m_context.get_formulas()[idx];
|
||||
}
|
||||
|
||||
virtual expr_ref lookahead(expr_ref_vector const& candidates) {
|
||||
ast_manager& m = get_manager();
|
||||
return expr_ref(m.mk_true(), m);
|
||||
}
|
||||
|
||||
struct collect_fds_proc {
|
||||
ast_manager & m;
|
||||
func_decl_set & m_fds;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue