mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
add wip
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
55f5603714
commit
f5a08cc54e
2 changed files with 31 additions and 0 deletions
|
@ -3815,6 +3815,7 @@ void fpa2bv_converter::mk_rounding_mode(decl_kind k, expr_ref & result)
|
|||
}
|
||||
|
||||
result = m_util.mk_bv2rm(result);
|
||||
std::cout << "Rounding: " << result << "\n";
|
||||
}
|
||||
|
||||
void fpa2bv_converter::dbg_decouple(const char * prefix, expr_ref & e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue