mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 15:25:26 +00:00
handle better cancellation for parallel, switch between cube mode and base level mode in smt.threads, expose parameters to control theory_bv and phase caching
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fae206b738
commit
ca3ec22b7a
18 changed files with 261 additions and 149 deletions
|
@ -32,9 +32,14 @@ namespace smt {
|
|||
|
||||
double get_score();
|
||||
|
||||
void choose_rec(expr_ref_vector& trail, expr_ref_vector& result, unsigned depth, unsigned budget);
|
||||
|
||||
public:
|
||||
lookahead(context& ctx);
|
||||
|
||||
expr_ref choose();
|
||||
expr_ref choose(unsigned budget = 2000);
|
||||
|
||||
expr_ref_vector choose_rec(unsigned depth);
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue