3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-22 05:43:39 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-01-22 16:16:44 -06:00
parent 0ab107dcb5
commit 55f62fcaed
2 changed files with 5 additions and 3 deletions

View file

@ -95,6 +95,7 @@ namespace smt {
context & get_context() { return m_context; }
/**
\brief Install an event handler that is invoked whenever n is marked as relevant.
*/