SYM_Exprdata Struct Reference
Detailed Description
data for symmetry group computation on nonlinear constraints
Definition at line 101 of file struct_symmetry.h.
#include <struct_symmetry.h>
Data Fields | |
| int | nuniqueconstants |
| int | nuniqueoperators |
| int | nuniquecoefs |
Field Documentation
◆ nuniqueconstants
| int SYM_Exprdata::nuniqueconstants |
number of unique constants
Definition at line 103 of file struct_symmetry.h.
Referenced by computeSymmetryGroup(), determineGraphSize(), fillGraphByConss(), and fillGraphByNonlinearConss().
◆ nuniqueoperators
| int SYM_Exprdata::nuniqueoperators |
number of unique operators
Definition at line 104 of file struct_symmetry.h.
Referenced by computeSymmetryGroup(), determineGraphSize(), fillGraphByConss(), and fillGraphByNonlinearConss().
◆ nuniquecoefs
| int SYM_Exprdata::nuniquecoefs |
number of unique coefficients
Definition at line 105 of file struct_symmetry.h.
Referenced by computeSymmetryGroup(), determineGraphSize(), fillGraphByConss(), and fillGraphByNonlinearConss().
