constants#

Domain and low-level constants shared across ECLYPSE.

Module Attributes

MIN_FLOAT

Smallest reasonable value for bounded numeric defaults.

MAX_FLOAT

Largest reasonable value for bounded numeric defaults.

FLOAT_EPSILON

Smallest positive representable float.

RND_SEED

Environment variable used to seed deterministic randomness.

LOG_LEVEL

Environment variable used to configure the logger level.

LOG_FILE

Environment variable used to configure the log file path.

MIN_BANDWIDTH

Lower bound used by bandwidth assets.

MAX_BANDWIDTH

Upper bound used by bandwidth assets.

MIN_LATENCY

Lower bound used by latency assets.

MAX_LATENCY

Upper bound used by latency assets.

MIN_AVAILABILITY

Lower bound used by availability assets.

MAX_AVAILABILITY

Upper bound used by availability assets.

COST_RECOMPUTATION_THRESHOLD

Relative threshold above which cached path costs are recomputed.

START_EVENT

Name of the default simulation start event.

ENACT_EVENT

Name of the default simulation enactment event.

STEP_EVENT

Name of the default simulation step event.

STOP_EVENT

Name of the default simulation stop event.

DRIVING_EVENT

Name of the default driving event used to advance the simulation.