mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 16:38:45 +00:00
update to vector format
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
cb7e53aae4
commit
454e12fc49
17 changed files with 47 additions and 46 deletions
|
@ -77,9 +77,8 @@ public:
|
|||
|
||||
virtual ast_manager& get_manager() const;
|
||||
|
||||
virtual expr_ref cube(unsigned ) {
|
||||
ast_manager& m = get_manager();
|
||||
return expr_ref(m.mk_true(), m);
|
||||
virtual expr_ref_vector cube(unsigned ) {
|
||||
return expr_ref_vector(get_manager());
|
||||
}
|
||||
|
||||
virtual model_converter_ref get_model_converter() const { return m_mc; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue