mirror of
https://github.com/Z3Prover/z3
synced 2026-06-08 10:00:56 +00:00
updates based on discussion
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a99b93ef1f
commit
ae12956545
4 changed files with 88 additions and 70 deletions
|
|
@ -811,6 +811,9 @@ namespace seq {
|
|||
// (e.g., explain_conflict) can call mk_join / linearize.
|
||||
mutable dep_manager m_dep_mgr;
|
||||
|
||||
|
||||
std::ostream &display(std::ostream &out, nielsen_node* n) const;
|
||||
|
||||
public:
|
||||
// Construct with a caller-supplied solver. Ownership is NOT transferred;
|
||||
// the caller is responsible for keeping the solver alive.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue