mirror of
https://github.com/Z3Prover/z3
synced 2025-10-08 17:01:55 +00:00
more imp notes and relevancy experiment
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0a0e925f27
commit
db5a991257
5 changed files with 54 additions and 6 deletions
|
@ -44,4 +44,5 @@ void lp::lp_settings::updt_params(params_ref const& _p) {
|
|||
m_dio_calls_period = lp_p.dio_calls_period();
|
||||
m_dio_run_gcd = lp_p.dio_run_gcd();
|
||||
m_max_conflicts = p.max_conflicts();
|
||||
m_enable_relevancy = lp.enable_relevancy();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue