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
* Add Knitro solver support
- Add Knitro detection to available_solvers list
- Implement Knitro solver class with MPS/LP file support
- Add solver capabilities for Knitro (quadratic, LP names, no solution file)
- Add tests for Knitro solver functionality
- Map Knitro status codes to linopy Status system
* Fix Knitro solver integration
* Document Knitro and improve file loading
* code: add check to solve mypy issue
* code: remove unnecessary candidate loaders
* code: remove unnecessary candidate loaders
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* code: use just KN_read_problem for lp
* add read_options
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* code: update KN_read_problem calling
* code: new changes from Daniele Lerede
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* code: add reported runtime
* code: remove unnecessary code
* doc: update README.md and realease_notes
* code: add new unit tests for Knitro
* code: add new unit tests for Knitro
* code: add test for lp for knitro
* code: add test for lp for knitro
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* code: add-back again skip
* code: remove uncomment to skipif
* add namedtuple
* include pre-commit checks
* fix type checking
* simplify Knitro solver class
Remove excessive error handling, getattr usage, and unpack_value_and_rc.
Use direct Knitro API calls, extract _set_option and _extract_values helpers.
Add missing INTEGER_VARIABLES and READ_MODEL_FROM_FILE capabilities.
Fix test variable names and remove dead warmstart/basis no-ops.
* code: update pyproject.toml and solver attributes
* code: update KN attribute dependence
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: Fabrizio Finozzi <fabrizio.finozzi.business@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
0 commit comments