mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 21:50:52 +00:00
move some configuration parameters into dl_context, add notes to udoc_relation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
74053275cf
commit
061a18efcf
11 changed files with 86 additions and 23 deletions
|
@ -765,7 +765,7 @@ namespace tb {
|
|||
m_weight_multiply(1.0),
|
||||
m_update_frequency(20),
|
||||
m_next_update(20) {
|
||||
set_strategy(ctx.get_params().tab_selection());
|
||||
set_strategy(ctx.tab_selection());
|
||||
}
|
||||
|
||||
void init(rules const& rs) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue