mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
fix build warning
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
01299dacbf
commit
4f575d3158
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ int_solver::patcher::patcher(int_solver& lia):
|
|||
lrac(lia.lrac),
|
||||
m_num_nbasic_patches(0),
|
||||
m_patch_cost(0),
|
||||
m_delay(0),
|
||||
m_next_patch(0)
|
||||
m_next_patch(0),
|
||||
m_delay(0)
|
||||
{}
|
||||
|
||||
bool int_solver::patcher::should_apply() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue