Skip to content

Commit

Permalink
Merge pull request #1 from cvxgrp/bennet
Browse files Browse the repository at this point in the history
code refactorization
  • Loading branch information
bmeyers authored Aug 29, 2023
2 parents b7f371f + 0a787ba commit 45b7fec
Show file tree
Hide file tree
Showing 35 changed files with 44,498 additions and 371 deletions.
29 changes: 29 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -301,3 +301,32 @@ $RECYCLE.BIN/
*.lnk

# End of https://www.toptal.com/developers/gitignore/api/macos,windows,linux,visualstudiocode,pycharm,data,jupyternotebooks,images

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .idea/spcqe.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

407 changes: 407 additions & 0 deletions notebooks/basic_example-class-ecos.ipynb

Large diffs are not rendered by default.

415 changes: 415 additions & 0 deletions notebooks/basic_example-class-qss1-Copy1.ipynb

Large diffs are not rendered by default.

1,141 changes: 1,141 additions & 0 deletions notebooks/basic_example-class-qss1.ipynb

Large diffs are not rendered by default.

412 changes: 239 additions & 173 deletions notebooks/basic_example.ipynb

Large diffs are not rendered by default.

346 changes: 346 additions & 0 deletions notebooks/basic_example_ARCHIVE.ipynb

Large diffs are not rendered by default.

35,064 changes: 35,064 additions & 0 deletions notebooks/quantiles_saved.txt

Large diffs are not rendered by default.

333 changes: 333 additions & 0 deletions notebooks/single_quantile-20.ipynb

Large diffs are not rendered by default.

445 changes: 445 additions & 0 deletions notebooks/single_quantile-50-CLARABEL.ipynb

Large diffs are not rendered by default.

246 changes: 246 additions & 0 deletions notebooks/single_quantile-50-ECOS.ipynb

Large diffs are not rendered by default.

473 changes: 473 additions & 0 deletions notebooks/single_quantile-50-OSQP.ipynb

Large diffs are not rendered by default.

396 changes: 396 additions & 0 deletions notebooks/single_quantile-50-sig-decomp.ipynb

Large diffs are not rendered by default.

344 changes: 344 additions & 0 deletions notebooks/single_quantile-50.ipynb

Large diffs are not rendered by default.

333 changes: 333 additions & 0 deletions notebooks/single_quantile-80.ipynb

Large diffs are not rendered by default.

422 changes: 422 additions & 0 deletions notebooks/single_quantile-ALL-ECOS-with-preprocess.ipynb

Large diffs are not rendered by default.

407 changes: 407 additions & 0 deletions notebooks/single_quantile-ALL-ECOS.ipynb

Large diffs are not rendered by default.

422 changes: 422 additions & 0 deletions notebooks/single_quantile-ALL-OSQP.ipynb

Large diffs are not rendered by default.

407 changes: 407 additions & 0 deletions notebooks/single_quantile-ALL.ipynb

Large diffs are not rendered by default.

469 changes: 469 additions & 0 deletions notebooks/small_example-class.ipynb

Large diffs are not rendered by default.

313 changes: 313 additions & 0 deletions notebooks/small_example.ipynb

Large diffs are not rendered by default.

572 changes: 572 additions & 0 deletions notebooks/statistical_clearsky_demo-Copy1.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 45b7fec

Please sign in to comment.