epogrebnyak / aloh

Отбор заказов и планирование производства связанных продуктов.
https://epogrebnyak.github.io/aloh
2 stars 1 forks source link

Handling of related products #2

Open epogrebnyak opened 3 years ago

epogrebnyak commented 3 years ago

изображение

http://www.columbia.edu/~gmg2/4000/pdf/lect_06.pdf

epogrebnyak commented 3 years ago

https://journals.sagepub.com/doi/pdf/10.5772/56440

https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.573.2532&rep=rep1&type=pdf

epogrebnyak commented 3 years ago

Связанные продукты плохо считаются при 4 продуктах. Возможные причины:

epogrebnyak commented 3 years ago

Here is a realistic product requirement, but I'm not sure I make matrix B correctly here: https://github.com/epogrebnyak/aloh/blob/main/contract/inputs_material.py, maybe mixing i and j

epogrebnyak commented 3 years ago

In python code the materials reuiqrement is placed here: https://github.com/epogrebnyak/aloh/blob/main/src/aloh/requirements.py (maybe should annotate docstrings in English too ).