Expand description
The parent module for all the functional modules
Modulesยง
- clique_
tree - Module for the 1) Clique Tree construction and global optimum calculation, 2) and the struct to contain solutions.
- codomain
- Module for codomain generation, reading, and writing.
- codomain_
subclasses - Module with all implemented codomain subclasses that can be generated with the codomain generator.
- configuration
- Module for reading the configuration ranges (and iterating over it)
- io
- Module for functions related to reading and writing to files, mainly for reading stored clique trees
- problem_
generation - Module to generate problems (TD Mk Landscapes) using passed codomain, read these problems and write them (using (de)serialization ).