mirror of
https://github.com/Z3Prover/z3
synced 2025-08-27 21:48:56 +00:00
more detailed tracing of where unmaterialized exceptions happen
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7de0c29f12
commit
012fc1b72b
4 changed files with 14 additions and 15 deletions
|
@ -68,7 +68,7 @@ public:
|
|||
virtual proof * get_proof_core() = 0;
|
||||
virtual std::string reason_unknown() const = 0;
|
||||
virtual void set_reason_unknown(char const* msg) = 0;
|
||||
void set_reason_unknown(event_handler& eh);
|
||||
void set_reason_unknown(event_handler& eh, char const* msg);
|
||||
void set_reason_unknown(event_handler& eh, std::exception& ex);
|
||||
virtual void get_labels(svector<symbol> & r) = 0;
|
||||
virtual ast_manager& get_manager() const = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue