Contains modelling tools to model and define multiobjective optimization problems to be used in the DESDEO framework. This package is part of the DESDEO framework.
You can install the desdeo-problem
package from the Python package index using pip
by issuing the command pip install desdeo-problem
.
Requires poetry. See pyproject.toml
for Python package requirements. To install and use the this package with poetry, issue the following command:
git clone https://github.com/industrial-optimization-group/desdeo-problem
cd desdeo-problem
poetry init
poetry install
Documentation for this package can be found here