File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 200
200
#define MAXGENNUMERATOR 64000000 /**< determine maximal number of generators by dividing this number by the number of variables */
201
201
#define COMPRESSNVARSLB 25000 /**< lower bound on the number of variables above which compression could be performed */
202
202
#define DEFAULT_NAUTYMAXNCELLS 100000 /**< terminate symmetry detection using Nauty when number of cells in color refinment is at least this number */
203
- #define DEFAULT_NAUTYMAXNNODES 1000000 /**< terminate symmetry detection using Nauty when its search tree has at least this number of nodes */
203
+ #define DEFAULT_NAUTYMAXNNODES 10000000 /**< terminate symmetry detection using Nauty when its search tree has at least this number of nodes */
204
204
205
205
/* macros for getting activeness of symmetry handling methods */
206
206
#define ISSYMRETOPESACTIVE (x ) (((unsigned) x & SYM_HANDLETYPE_SYMBREAK) != 0)
You can’t perform that action at this time.
0 commit comments