mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 12:35:59 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
271cd2ac6b
commit
2e6908bd9e
7 changed files with 61 additions and 20 deletions
|
@ -241,6 +241,8 @@ namespace nlsat {
|
|||
|
||||
std::ostream& display(std::ostream & out, unsigned n, literal const* ls) const;
|
||||
|
||||
std::ostream& display(std::ostream & out, literal_vector const& ls) const;
|
||||
|
||||
std::ostream& display(std::ostream & out, atom const& a) const;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue