3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 19:27:06 +00:00

formatting hygiene

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-08-08 13:50:49 -07:00
parent a7966dc436
commit a6ab0a7d49
2 changed files with 506 additions and 545 deletions

File diff suppressed because it is too large Load diff

View file

@ -109,7 +109,6 @@ private:
bool has_lower(unsigned j) const;
bool has_upper(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;
public:
@ -134,5 +133,5 @@ public:
int select_int_infeasible_var();
};
};
}