3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-30 20:35:51 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-06-07 10:59:10 -07:00
parent 5d3f48cc8d
commit d8905885ed
3 changed files with 6 additions and 1 deletions

View file

@ -259,6 +259,7 @@ namespace bv {
void assert_bv2int_axiom(app * n);
void assert_int2bv_axiom(app* n);
void assert_ackerman(theory_var v1, theory_var v2);
bool reflect() const { return get_config().m_bv_reflect; }
// delay internalize
enum class internalize_mode {