SCIP Doxygen Documentation
Loading...
Searching...
No Matches
SYMMETRY_Data Struct Reference

Detailed Description

struct for symmetry callback

Definition at line 53 of file compute_symmetry_dejavu.cpp.

Data Fields

SCIPscip
SYM_SYMTYPE symtype
int npermvars
int nperms
int ** perms
int nmaxperms
int maxgenerators
SCIP_Bool restricttovars

Field Documentation

◆ scip

SCIP * SYMMETRY_Data::scip

◆ symtype

SYM_SYMTYPE SYMMETRY_Data::symtype

type of symmetries that need to be computed

Definition at line 56 of file compute_symmetry_dejavu.cpp.

Referenced by computeAutomorphisms(), computeAutomorphisms(), computeAutomorphisms(), dejavuhook(), sassyhook(), and sassyhook().

◆ npermvars

int SYMMETRY_Data::npermvars

number of variables for permutations

Definition at line 57 of file compute_symmetry_dejavu.cpp.

Referenced by computeAutomorphisms(), computeAutomorphisms(), computeAutomorphisms(), dejavuhook(), sassyhook(), and sassyhook().

◆ nperms

◆ perms

int ** SYMMETRY_Data::perms

◆ nmaxperms

◆ maxgenerators

int SYMMETRY_Data::maxgenerators

◆ restricttovars

SCIP_Bool SYMMETRY_Data::restricttovars

whether permutations shall be restricted to variables

Definition at line 62 of file compute_symmetry_dejavu.cpp.

Referenced by computeAutomorphisms(), computeAutomorphisms(), computeAutomorphisms(), dejavuhook(), sassyhook(), and sassyhook().