We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 089c511 commit 514329fCopy full SHA for 514329f
src/symmetry/compute_symmetry_nauty.c
@@ -1217,7 +1217,7 @@ const char* SYMsymmetryGetAddDesc(void)
1217
SCIP_RETCODE SYMcomputeSymmetryGenerators(
1218
SCIP* scip, /**< SCIP pointer */
1219
int maxgenerators, /**< maximal number of generators constructed (= 0 if unlimited) */
1220
- SYM_GRAPH* symgraph, /**< symmetry detection graph */
+ SYM_GRAPH* symgraph, /**< symmetry detection graph */ /* cppcheck-suppress funcArgNamesDifferent */
1221
int* nperms, /**< pointer to store number of permutations */
1222
int* nmaxperms, /**< pointer to store maximal number of permutations (needed for freeing storage) */
1223
int*** perms, /**< pointer to store permutation generators as (nperms x npermvars) matrix */
0 commit comments