mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 04:01:22 +00:00
This commit is contained in:
parent
991cffb519
commit
11066486d7
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ namespace opt {
|
||||||
struct div_def;
|
struct div_def;
|
||||||
struct const_def;
|
struct const_def;
|
||||||
struct var_def;
|
struct var_def;
|
||||||
struct const_def;
|
|
||||||
enum def_t { add_t, mul_t, div_t, const_t, var_t};
|
enum def_t { add_t, mul_t, div_t, const_t, var_t};
|
||||||
struct def {
|
struct def {
|
||||||
def() = default;
|
def() = default;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue