tucoopy.base.config¶
Default configurations and constants for the tucoopy package.¶
This module centralizes default values used throughout the library, such as tolerances and conservative limits for potentially expensive computations.
Attributes:
| Name | Type | Description |
|---|---|---|
DEFAULT_TOL | float | Default tolerance for numerical checks. |
DEFAULT_MAX_PLAYERS | int | Default maximum number of players for some operations. |
Examples:
>>> from tucoopy.base.config import DEFAULT_TOL
>>> DEFAULT_TOL
1e-9