mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 12:07:52 +00:00
Add default constructor to fi_entry
This commit is contained in:
parent
3c093e03cf
commit
26fcfc6ecd
2 changed files with 11 additions and 1 deletions
|
@ -1236,7 +1236,7 @@ namespace polysat {
|
|||
unsigned const out_lits_original_size = out_lits.size();
|
||||
|
||||
forbidden_intervals fi(*this);
|
||||
fi_record entry({ eval_interval::full(), {}, {}, rational::one()});
|
||||
fi_record entry;
|
||||
|
||||
auto intersection = eval_interval::full();
|
||||
bool all_unit = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue