ACT4E-mcdp code documentation.¶
This is the online documentation for the ACT4E-mcdp project.
The repository for the project is at
Installation¶
To install the package, use:
pip install -U ACT4E-mcdp
API overview¶
There are three main kinds of objects used in this library:
- Posets, representing partially ordered sets.
- PrimitiveDPs, representing morphisms in the category of design problems DP.
- NamedDPs, which are used to represent graphs of DPs.
Other API content:
- API solver interface - the API for a solver
- convenience structures - the API for a solver