.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE.txt
README.md
pyproject.toml
setup.py
.github/workflows/CI.yaml
.github/workflows/deploy.yml
benchmark/README.md
benchmark/Snakefile
benchmark/notebooks/plot-benchmarks.py.ipynb
benchmark/scripts/benchmark_jump.jl
benchmark/scripts/benchmark_linopy.py
benchmark/scripts/benchmark_pyomo.py
benchmark/scripts/common.py
benchmark/scripts/concat-benchmarks.py
benchmark/scripts/merge-benchmarks.py
benchmark/scripts/plot-benchmarks.py
benchmark/scripts/run-linopy.py
benchmark/scripts/run-pyomo.py
benchmark/scripts/write-lp-file.py
benchmark/scripts/benchmarks-pypsa-eur/benchmark-linopy.py
benchmark/scripts/benchmarks-pypsa-eur/benchmark-pyomo.py
benchmark/scripts/benchmarks-pypsa-eur/benchmark-pypsa-linopf.py
benchmark/scripts/benchmarks-pypsa-eur/common.py
benchmark/scripts/benchmarks-pypsa-eur/plot-benchmarks.py
benchmark/scripts/leftovers/benchmark-linopy.py
benchmark/scripts/leftovers/common.py
doc/Makefile
doc/api.rst
doc/benchmark.png
doc/benchmark.rst
doc/conf.py
doc/contributing.rst
doc/create-a-model.nblink
doc/creating-constraints.nblink
doc/creating-variables.nblink
doc/index.rst
doc/logo.pdf
doc/logo.png
doc/logo.py
doc/make.bat
doc/manipulating-models.nblink
doc/migrating-from-pyomo.nblink
doc/release_notes.rst
doc/solve-on-remote.nblink
doc/solvers.rst
doc/syntax.rst
doc/_static/theme_overrides.css
examples/create-a-model.ipynb
examples/creating-constraints.ipynb
examples/creating-variables.ipynb
examples/manipulating-models.ipynb
examples/migrating-from-pyomo.ipynb
examples/solve-on-remote.ipynb
linopy/__init__.py
linopy/common.py
linopy/config.py
linopy/constants.py
linopy/constraints.py
linopy/expressions.py
linopy/io.py
linopy/matrices.py
linopy/model.py
linopy/monkey_patch_xarray.py
linopy/remote.py
linopy/solvers.py
linopy/testing.py
linopy/variables.py
linopy/version.py
linopy.egg-info/PKG-INFO
linopy.egg-info/SOURCES.txt
linopy.egg-info/dependency_links.txt
linopy.egg-info/requires.txt
linopy.egg-info/top_level.txt
test/test_constraint.py
test/test_constraints.py
test/test_inconsistency_checks.py
test/test_io.py
test/test_linear_expression.py
test/test_matrices.py
test/test_model.py
test/test_optimization.py
test/test_options.py
test/test_repr.py
test/test_scalar_constraint.py
test/test_scalar_linear_expression.py
test/test_variable.py
test/test_variable_assignment.py
test/test_variables.py