mirror of
https://github.com/Z3Prover/z3
synced 2026-04-27 22:33:35 +00:00
add backtrack level to cuber interface
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0a9946578b
commit
75b8d10f48
22 changed files with 53 additions and 40 deletions
|
|
@ -189,7 +189,7 @@ public:
|
|||
\brief extract a lookahead candidates for branching.
|
||||
*/
|
||||
|
||||
virtual expr_ref cube() = 0;
|
||||
virtual expr_ref cube(unsigned backtrack_level) = 0;
|
||||
|
||||
/**
|
||||
\brief Display the content of this solver.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue