3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-14 14:55:25 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-08-02 16:47:18 -07:00
parent 1d488d07fa
commit db5af3088b
4 changed files with 67 additions and 22 deletions

View file

@ -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;