mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 20:35:51 +00:00
This commit is contained in:
parent
5d3f48cc8d
commit
d8905885ed
3 changed files with 6 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue