mirror of
https://github.com/Z3Prover/z3
synced 2025-06-26 07:43:41 +00:00
formatting hygiene
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a7966dc436
commit
a6ab0a7d49
2 changed files with 506 additions and 545 deletions
File diff suppressed because it is too large
Load diff
|
@ -109,7 +109,6 @@ private:
|
||||||
bool has_lower(unsigned j) const;
|
bool has_lower(unsigned j) const;
|
||||||
bool has_upper(unsigned j) const;
|
bool has_upper(unsigned j) const;
|
||||||
unsigned row_of_basic_column(unsigned j) const;
|
unsigned row_of_basic_column(unsigned j) const;
|
||||||
bool non_basic_columns_are_at_bounds() const;
|
|
||||||
bool cut_indices_are_columns() const;
|
bool cut_indices_are_columns() const;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
@ -134,5 +133,5 @@ public:
|
||||||
|
|
||||||
int select_int_infeasible_var();
|
int select_int_infeasible_var();
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue