mirror of
https://github.com/Z3Prover/z3
synced 2026-05-02 00:23:44 +00:00
add a trace statement
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
1971ee60e1
commit
3b67dd8288
3 changed files with 58 additions and 40 deletions
|
|
@ -117,6 +117,8 @@ public:
|
|||
|
||||
bool shift_var(unsigned j, unsigned range);
|
||||
std::ostream& display_row_info(std::ostream & out, unsigned row_index) const;
|
||||
std::ostream & display_row(std::ostream & out, vector<row_cell<rational>> const & row) const;
|
||||
|
||||
private:
|
||||
unsigned random();
|
||||
bool has_inf_int() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue