mirror of
https://github.com/Z3Prover/z3
synced 2025-08-14 14:55:25 +00:00
logging for #2450
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1d488d07fa
commit
db5af3088b
4 changed files with 67 additions and 22 deletions
|
@ -93,7 +93,7 @@ namespace nlsat {
|
|||
*/
|
||||
void get_justifications(interval_set const * s, literal_vector & js);
|
||||
|
||||
void display(std::ostream & out, interval_set const * s) const;
|
||||
std::ostream& display(std::ostream & out, interval_set const * s) const;
|
||||
|
||||
unsigned num_intervals(interval_set const * s) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue