mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
display methods
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
87bc4cf693
commit
81b1338af6
2 changed files with 16 additions and 8 deletions
|
@ -116,6 +116,8 @@ namespace smt {
|
|||
|
||||
bool add_strict_edge(theory_var v1, theory_var v2, literal_vector const& j);
|
||||
bool add_non_strict_edge(theory_var v1, theory_var v2, literal_vector const& j);
|
||||
|
||||
std::ostream& display(theory_special_relations const& sr, std::ostream& out) const;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue