mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 00:05:46 +00:00
move mus to solver
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
19f98547f7
commit
9f5a117443
10 changed files with 273 additions and 110 deletions
|
@ -54,6 +54,7 @@ public:
|
|||
virtual void set_reason_unknown(char const* msg) = 0;
|
||||
virtual void get_labels(svector<symbol> & r) = 0;
|
||||
virtual ast_manager& get_manager() = 0;
|
||||
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue