mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 13:06:05 +00:00
add non-units method
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
39ed27101e
commit
c59a957737
5 changed files with 55 additions and 0 deletions
|
@ -236,6 +236,8 @@ public:
|
|||
*/
|
||||
expr_ref_vector get_units(ast_manager& m);
|
||||
|
||||
expr_ref_vector get_non_units(ast_manager& m);
|
||||
|
||||
class scoped_push {
|
||||
solver& s;
|
||||
bool m_nopop;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue