SCIP Doxygen Documentation
 
Loading...
Searching...
No Matches
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_EXPRexpr
 
int level
 
int color
 

Field Documentation

◆ expr

SCIP_EXPR* SYM_Optype::expr

the underlying expression

Definition at line 57 of file struct_symmetry.h.

◆ level

int SYM_Optype::level

level of operator in its expression tree

Definition at line 58 of file struct_symmetry.h.

◆ color

int SYM_Optype::color

store color

Definition at line 59 of file struct_symmetry.h.