You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- new parameter issigned for SCIPcomputeOrbitsSym()
91
+
- new parameter symtype for SCIPcomputeComponentsSym()
92
+
- new parameter symtype and permvardomaincenter for SCIPlexicographicReductionAddPermutation()
93
+
- replaced parameters matrixdata and exprdata of SYMcomputeSymmetryGenerators() by graph
87
94
88
95
### New API functions
89
96
@@ -122,6 +129,26 @@ Interface changes
122
129
- SCIPincludeCutselDynamic(), SCIPselectCutsDynamic() to include cutsel_dynamic or use the selection algorithm
123
130
- SCIPincludeSepaLagromory() to include the new Lagromory separator
124
131
- SCIPconsCompCheck() to compare two constraints based on their check priority
132
+
- SCIPgetConsPermsymGraph() and SCIPgetConsSignedPermsymGraph() to access the (signed) permutation symmetry detection graph of a constraint
133
+
- SCIPsetConshdlrGetPermsymGraph() and SCIPsetConshdlrGetSignedPermsymGraph() to set the (signed) permutation symmetry detection graph of a constraint
134
+
- SCIPconshdlrSupportsPermsymDetection() and SCIPconshdlrSupportsSignedPermsymDetection() to access whether a conshdlr supports detection of (signed) permutation symmetries
135
+
- new API functions for creating and manipulating a symmetry detection graph: SCIPcreateSymgraph(), SCIPfreeSymgraph(), SCIPcopySymgraph(), SCIPextendPermsymDetectionGraphLinear(),
0 commit comments