[][src]Module ddo::abstraction::mdd

This module defines traits for implementations of an MDD.

Traits

Config

The config trait describes the configuration of an MDD. In other words, it encapsulates the configurable behavior (problem, relaxation, heuristics,..) of an MDD. Such a configuration is typically obtained from a builder.

MDD

This trait describes an MDD