mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 03:57:51 +00:00
remove constructor
This commit is contained in:
parent
28ddd4ad56
commit
9fcea37625
2 changed files with 3 additions and 12 deletions
|
@ -11,7 +11,7 @@ Module Name:
|
|||
Author:
|
||||
|
||||
Nikolaj Bjorner (nbjorner) 2021-03-19
|
||||
Jakob Rath 2021-04-6
|
||||
Jakob Rath 2021-04-06
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
@ -37,9 +37,7 @@ namespace polysat {
|
|||
solver& s;
|
||||
forbidden_intervals m_forbidden_intervals;
|
||||
|
||||
struct entry : public dll_base<entry>, public fi_record {
|
||||
entry() : fi_record({ eval_interval::full(), {}, {}, rational::one()}) {}
|
||||
};
|
||||
struct entry : public dll_base<entry>, public fi_record {};
|
||||
enum class entry_kind { unit_e, equal_e, diseq_e };
|
||||
|
||||
ptr_vector<entry> m_alloc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue