TestModel
org.ddolibscala.util.testbench.TestModel
Defines the model configuration and components used to solve a problem instance during tests.
This trait acts as a container for the specific strategies (Lower Bound, Relaxation, Ranking, Dominance) required to solve a problem. It corresponds to the specific configuration needed to instantiate the solver for a given test case.
Type parameters
- S
-
the type of the state in the problem
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article