mirror of
https://github.com/Z3Prover/z3
synced 2025-05-06 07:15:47 +00:00
add unit extraction
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
75ba65a18a
commit
718e5a9b6c
27 changed files with 207 additions and 76 deletions
|
@ -206,6 +206,10 @@ struct bit_blaster_model_converter : public model_converter {
|
|||
}
|
||||
}
|
||||
|
||||
void get_units(obj_map<expr, bool>& units) override {
|
||||
// no-op
|
||||
}
|
||||
|
||||
protected:
|
||||
bit_blaster_model_converter(ast_manager & m):m_vars(m), m_bits(m) { }
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue