mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 10:20:23 +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
|
@ -50,6 +50,10 @@ pb2bv_model_converter::~pb2bv_model_converter() {
|
|||
}
|
||||
}
|
||||
|
||||
void pb2bv_model_converter::get_units(obj_map<expr, bool>& units) {
|
||||
if (!m_c2bit.empty()) units.reset();
|
||||
}
|
||||
|
||||
|
||||
void pb2bv_model_converter::operator()(model_ref & md) {
|
||||
TRACE("pb2bv", tout << "converting model:\n"; model_v2_pp(tout, *md); display(tout););
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue