SYM_Optype Struct Reference
Detailed Description
data of operators that are considered to be equivalent
Definition at line 46 of file struct_symmetry.h.
#include <struct_symmetry.h>
Data Fields | |
SCIP_EXPR * | expr |
int | level |
int | color |
Field Documentation
◆ expr
SCIP_EXPR* SYM_Optype::expr |
the underlying expression
Definition at line 48 of file struct_symmetry.h.
Referenced by fillGraphByNonlinearConss(), SCIP_DECL_HASHKEYEQ(), and SCIP_DECL_HASHKEYVAL().
◆ level
int SYM_Optype::level |
level of operator in its expression tree
Definition at line 49 of file struct_symmetry.h.
Referenced by fillGraphByNonlinearConss(), SCIP_DECL_HASHKEYEQ(), and SCIP_DECL_HASHKEYVAL().
◆ color
int SYM_Optype::color |
store color
Definition at line 50 of file struct_symmetry.h.