mirror of
https://github.com/Z3Prover/z3
synced 2025-06-01 03:41:21 +00:00
fix build warnings part 8
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
eb8da3fb9d
commit
431feab1bf
1 changed files with 12 additions and 12 deletions
|
@ -21,9 +21,9 @@ class column_info {
|
|||
bool m_upper_bound_is_strict;
|
||||
T m_low_bound;
|
||||
T m_upper_bound;
|
||||
T m_cost;
|
||||
T m_fixed_value;
|
||||
bool m_is_fixed;
|
||||
T m_cost;
|
||||
unsigned m_column_index;
|
||||
public:
|
||||
bool operator==(const column_info & c) const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue