mirror of
https://github.com/Z3Prover/z3
synced 2025-08-16 07:45:27 +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
|
@ -567,7 +567,7 @@ namespace sat {
|
|||
|
||||
lbool cube();
|
||||
|
||||
lbool cube(bool_var_vector const& vars, literal_vector& lits);
|
||||
lbool cube(bool_var_vector const& vars, literal_vector& lits, unsigned backtrack_level);
|
||||
|
||||
literal select_lookahead(literal_vector const& assumptions, bool_var_vector const& vars);
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue