mirror of
https://github.com/Z3Prover/z3
synced 2025-10-08 00:41:56 +00:00
fix build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
db5a991257
commit
b02b0cf31f
1 changed files with 1 additions and 1 deletions
|
@ -44,5 +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();
|
||||
m_enable_relevancy = lp_p.enable_relevancy();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue