mirror of
https://github.com/Z3Prover/z3
synced 2025-11-26 23:39:50 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5d9ed5b0a9
commit
67c4777514
11 changed files with 251 additions and 126 deletions
|
|
@ -245,6 +245,13 @@ namespace nlsat {
|
|||
|
||||
std::ostream& display(std::ostream & out, atom const& a) const;
|
||||
|
||||
std::ostream& display_smt2(std::ostream & out, literal l) const;
|
||||
|
||||
std::ostream& display_smt2(std::ostream & out, unsigned n, literal const* ls) const;
|
||||
|
||||
std::ostream& display_smt2(std::ostream & out, literal_vector const& ls) const;
|
||||
|
||||
|
||||
/**
|
||||
\brief Display variable
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue