OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
params.h File Reference

Go to the source code of this file.

Macros

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

Macro Definition Documentation

◆ COMPRESS_FRACTION

#define COMPRESS_FRACTION   0.75 /* node reduction in compressed graph */

Definition at line 14 of file params.h.

◆ DEFAULT_SEPS

#define DEFAULT_SEPS   31 /* default number of separators */

Definition at line 16 of file params.h.

◆ MAX_BAD_FLIPS

#define MAX_BAD_FLIPS   100 /* interrupt/stop FM */

Definition at line 13 of file params.h.

◆ MAX_COARSENING_STEPS

#define MAX_COARSENING_STEPS   10 /* max. number of generated dom. decomp. */

Definition at line 19 of file params.h.

◆ MAX_SEPS

#define MAX_SEPS   255 /* max. number of separators */

Definition at line 17 of file params.h.

◆ MIN_DOMAINS

#define MIN_DOMAINS   100 /* min. number of domains in a decomp. */

Definition at line 18 of file params.h.

◆ MIN_NODES

#define MIN_NODES   100 /* stop recursive separator construction */

Definition at line 15 of file params.h.