Skip to content

Commit 2e714fc

Browse files
expose uninterpreted op versions for ad-hoc parsing
1 parent e459cf4 commit 2e714fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ast/arith_decl_plugin.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,10 @@ void arith_decl_plugin::get_op_names(svector<builtin_name>& op_names, symbol con
608608
op_names.push_back(builtin_name("atanh", OP_ATANH));
609609
op_names.push_back(builtin_name("pi", OP_PI));
610610
op_names.push_back(builtin_name("euler", OP_E));
611+
op_names.push_back(builtin_name("/0",OP_DIV0));
612+
op_names.push_back(builtin_name("div0",OP_IDIV0));
613+
op_names.push_back(builtin_name("rem0",OP_REM0));
614+
op_names.push_back(builtin_name("mod0",OP_MOD0));
611615
}
612616
}
613617

0 commit comments

Comments
 (0)