mirror of
https://github.com/Z3Prover/z3
synced 2026-03-02 19:56:54 +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
|
|
@ -176,7 +176,7 @@ public:
|
|||
\brief extract a lookahead candidates for branching.
|
||||
*/
|
||||
|
||||
virtual expr_ref lookahead(expr_ref_vector const& candidates);
|
||||
virtual expr_ref lookahead(expr_ref_vector const& candidates) = 0;
|
||||
|
||||
/**
|
||||
\brief extract learned lemmas.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue