Go to the source code of this file.
◆ COMPRESS_FRACTION
| #define COMPRESS_FRACTION 0.75 /* node reduction in compressed graph */ |
◆ DEFAULT_SEPS
| #define DEFAULT_SEPS 31 /* default number of separators */ |
◆ MAX_BAD_FLIPS
| #define MAX_BAD_FLIPS 100 /* interrupt/stop FM */ |
◆ MAX_COARSENING_STEPS
| #define MAX_COARSENING_STEPS 10 /* max. number of generated dom. decomp. */ |
◆ MAX_SEPS
| #define MAX_SEPS 255 /* max. number of separators */ |
◆ MIN_DOMAINS
| #define MIN_DOMAINS 100 /* min. number of domains in a decomp. */ |
◆ MIN_NODES
| #define MIN_NODES 100 /* stop recursive separator construction */ |