3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-11 19:53:34 +00:00

fix build warning

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-02-27 10:45:57 -08:00
parent 01299dacbf
commit 4f575d3158

View file

@ -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() {