Module ortools_utils.model_indexation

For internal use only

Defines internal functions for constraints and goals indexation.

Expand source code
"""
**For internal use only**

Defines internal functions for constraints and goals indexation.
"""

Sub-modules

ortools_utils.model_indexation.constraints

Module defining different private classes that enable us to track constraints

ortools_utils.model_indexation.objective

Those classes enable us to represent a problem with multiple objectives Partial objectives are either maximised or minimised sequentially or combined …

ortools_utils.model_indexation.obvious_conflict