SYM_Optype Struct Reference
Detailed Description
data of operators that are considered to be equivalent
Definition at line 55 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 57 of file struct_symmetry.h.
Referenced by fillGraphByConss(), fillGraphByNonlinearConss(), SCIP_DECL_HASHKEYEQ(), and SCIP_DECL_HASHKEYVAL().
◆ level
int SYM_Optype::level |
level of operator in its expression tree
Definition at line 58 of file struct_symmetry.h.
Referenced by fillGraphByConss(), fillGraphByNonlinearConss(), SCIP_DECL_HASHKEYEQ(), and SCIP_DECL_HASHKEYVAL().
◆ color
int SYM_Optype::color |
store color
Definition at line 59 of file struct_symmetry.h.