mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
make m_inf_set private and cosmetic improvements in nla patching
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
d8cea7c8d5
commit
caa384f6c9
12 changed files with 95 additions and 43 deletions
|
@ -118,8 +118,8 @@ public:
|
|||
bool current_solution_is_inf_on_cut() const;
|
||||
|
||||
bool shift_var(unsigned j, unsigned range);
|
||||
std::ostream& display_row_info(std::ostream & out, unsigned row_index) const;
|
||||
private:
|
||||
void display_row_info(std::ostream & out, unsigned row_index) const;
|
||||
unsigned random();
|
||||
bool has_inf_int() const;
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue