mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 13:06:05 +00:00
fix tests
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
81e5589bc8
commit
792bf6c10b
8 changed files with 81 additions and 74 deletions
|
@ -179,6 +179,8 @@ public:
|
|||
*/
|
||||
void get_assertions(expr_ref_vector& fmls) const;
|
||||
|
||||
expr_ref_vector get_assertions() const;
|
||||
|
||||
/**
|
||||
\brief The number of tracked assumptions (see assert_expr(t, a)).
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue