Coverage for moptipy / examples / __init__.py: 100%

0 statements  

« prev     ^ index     » next       coverage.py v7.12.0, created at 2025-11-24 08:49 +0000

1""" 

2A package with example problems and operators. 

3 

4You can find many more applications and examples at in our `moptipyapps` 

5package building on `moptipy` at <https://thomasweise.github.io/moptipyapps>. 

6Here, we mainly include examples that are useful for verifying the algorithms 

7and modules implemented in `moptipy` and those useful for our "Optimization 

8Algorithms" book (see <https://thomasweise.github.io/oa>). 

9"""