mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 01:55:32 +00:00
rename fields to compile on c++ platforms
This commit is contained in:
parent
e41acd7b50
commit
12ccf59ab9
1 changed files with 4 additions and 4 deletions
|
@ -74,10 +74,10 @@ class lar_solver : public column_namer {
|
|||
};
|
||||
|
||||
struct column_update {
|
||||
bool is_upper;
|
||||
unsigned j;
|
||||
impq bound;
|
||||
column column;
|
||||
bool m_is_upper;
|
||||
unsigned m_j;
|
||||
impq m_bound;
|
||||
column m_column;
|
||||
};
|
||||
struct column_update_trail;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue