15 Commits

Author SHA1 Message Date
imengus
d8ebfc8bf3 Merge branch 'master' of https://github.com/imengus/Python 2023-08-15 13:29:31 +01:00
imengus
da21cb4832 fix ruff 2023-08-15 13:28:03 +01:00
pre-commit-ci[bot]
ffce18c320 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2023-08-15 12:22:40 +00:00
imengus
3e3955530d resolve merge 2023-08-15 13:20:56 +01:00
imengus
b3481ff288 additional check and doctests 2023-08-15 13:16:37 +01:00
imengus
be44d46bd8 fix: doctest issues when running code 2023-07-25 01:02:26 +02:00
imengus
db08b13d97 fix: docstrings and typehints 2023-07-25 00:48:32 +02:00
pre-commit-ci[bot]
0594f33fd5 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2023-06-27 22:55:47 +00:00
imengus
59ac89c1d1 Merge branch 'master' of https://github.com/imengus/Python 2023-06-27 23:54:39 +01:00
imengus
0471792e42 n_art_vars inputs 2023-06-27 23:50:42 +01:00
pre-commit-ci[bot]
c5fbf73153 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2023-06-27 22:26:18 +00:00
imengus
f40dad1c8b fix precommit typehints 2023-06-27 23:24:49 +01:00
imengus
de6cb052a0 changed n_slack calculation method 2023-06-27 23:12:11 +01:00
imengus
4bbae6bf7c changes to accommodate special case 2023-06-27 22:58:45 +01:00
Ilkin Mengusoglu
e6f89a6b89
Simplex algorithm (#8825)
* feat: added simplex.py

* added docstrings

* Update linear_programming/simplex.py

Co-authored-by: Caeden Perelli-Harris <caedenperelliharris@gmail.com>

* Update linear_programming/simplex.py

Co-authored-by: Caeden Perelli-Harris <caedenperelliharris@gmail.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update linear_programming/simplex.py

Co-authored-by: Caeden Perelli-Harris <caedenperelliharris@gmail.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* ruff fix

Co-authored by: CaedenPH <caedenperelliharris@gmail.com>

* removed README to add in separate PR

* Update linear_programming/simplex.py

Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>

* Update linear_programming/simplex.py

Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>

* fix class docstring

* add comments

---------

Co-authored-by: Caeden Perelli-Harris <caedenperelliharris@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>
2023-06-18 18:00:02 +02:00