Package org.ddolib.ddo
package org.ddolib.ddo
The classes in this package compose the framework you will be using to
complete your assignment on the Branch-and-Bound with MDD algorithm.
There are more classes that you strictly need, but it gives you an idea
of the kind of things you might want to try and experiment with.
The framework is structured as follows:
-
The
corepackage comprises all the necessary abstractions (interfaces, data types,...) that you will want to manipulate when solving a problem with BaB + MDD.