You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix bug with original optimum using (#181)
* fix bug with original optimum using
* add var for number of constraints and fix objective function value
---------
Co-authored-by: Marina Usova <usova@itmm.unn.com>
Fixed a bug in the calculator destructor (#168)
* Fixed a bug in the calculator destructor
* Fixed problem with process pool destruction
* The design of the example is brought to a single sample
Загрузка для задач с дискретными параметрами (#159)
* Исправлена загрузка для дискретных параметров, исправлено вычисление M в mixed integer method
* Исправлены имена в задачах
* Добавлены новые задачи с ограничениями и дискретными параметрами
* Удалены задачи
* Update mixed_integer_method.py
* Update process.py
* Update process.py
* change solver.py