.git-blame-ignore-revs
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CLAUDE.md
CONTRIBUTING.md
LICENSE.txt
README.md
codecov.yml
pyproject.toml
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.yaml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/claude-code-review.yml
.github/workflows/claude.yml
.github/workflows/codeql.yml
.github/workflows/release.yml
.github/workflows/test-models.yml
.github/workflows/test.yml
benchmark/README.md
benchmark/Snakefile
benchmark/benchmark-absolute.pdf
benchmark/benchmark-absolute.png
benchmark/benchmark-overhead.pdf
benchmark/benchmark-overhead.png
benchmark/benchmark_resource-absolute.pdf
benchmark/benchmark_resource-absolute.png
benchmark/benchmark_resource-overhead.pdf
benchmark/benchmark_resource-overhead.png
benchmark/config.yaml
benchmark/environment.fixed.yaml
benchmark/environment.yaml
benchmark/notebooks/plot-benchmarks.py.ipynb
benchmark/scripts/benchmark_cvxpy.py
benchmark/scripts/benchmark_gurobipy.py
benchmark/scripts/benchmark_jump.jl
benchmark/scripts/benchmark_linopy.py
benchmark/scripts/benchmark_ortools.py
benchmark/scripts/benchmark_pulp.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-cvxpy.py
benchmark/scripts/run-gurobipy.py
benchmark/scripts/run-linopy.py
benchmark/scripts/run-ortools.py
benchmark/scripts/run-pulp.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
benchmark/scripts/leftovers/benchmarks-pypsa-eur/benchmark-linopy-pypsa-eur.dat
benchmark/scripts/leftovers/benchmarks-pypsa-eur/benchmark-linopy.py
benchmark/scripts/leftovers/benchmarks-pypsa-eur/benchmark-pyomo-pypsa-eur.dat
benchmark/scripts/leftovers/benchmarks-pypsa-eur/benchmark-pyomo.py
benchmark/scripts/leftovers/benchmarks-pypsa-eur/benchmark-pypsa-eur-with-pypsa.pdf
benchmark/scripts/leftovers/benchmarks-pypsa-eur/benchmark-pypsa-eur.pdf
benchmark/scripts/leftovers/benchmarks-pypsa-eur/benchmark-pypsa-linopf.py
benchmark/scripts/leftovers/benchmarks-pypsa-eur/benchmark-pypsa_linopf-pypsa-eur.dat
benchmark/scripts/leftovers/benchmarks-pypsa-eur/common.py
benchmark/scripts/leftovers/benchmarks-pypsa-eur/plot-benchmarks.py
benchmark/scripts/leftovers/benchmarks-pypsa-eur/__pycache__/benchmark-linopy.cpython-310.pyc
benchmark/scripts/leftovers/benchmarks-pypsa-eur/__pycache__/benchmark-pyomo.cpython-310.pyc
benchmark/scripts/leftovers/benchmarks-pypsa-eur/__pycache__/benchmark-pypsa-linopf.cpython-310.pyc
benchmark/scripts/leftovers/benchmarks-pypsa-eur/__pycache__/common.cpython-39.pyc
benchmark/scripts/leftovers/benchmarks-pypsa-eur/__pycache__/plot-benchmarks.cpython-310.pyc
doc/Makefile
doc/api.rst
doc/benchmark.png
doc/benchmark.rst
doc/benchmark_resource-overhead.png
doc/conf.py
doc/contributing.rst
doc/create-a-model-with-coordinates.nblink
doc/create-a-model.nblink
doc/creating-constraints.nblink
doc/creating-expressions.nblink
doc/creating-variables.nblink
doc/gurobi-double-logging.rst
doc/index.rst
doc/infeasible-model.nblink
doc/logo.pdf
doc/logo.png
doc/logo.py
doc/make.bat
doc/manipulating-models.nblink
doc/migrating-from-pyomo.nblink
doc/prerequisites.rst
doc/release_notes.rst
doc/solve-on-remote.nblink
doc/syntax.rst
doc/testing-framework.nblink
doc/transport-tutorial.nblink
doc/user-guide.rst
doc/_static/theme_overrides.css
examples/create-a-model-with-coordinates.ipynb
examples/create-a-model.ipynb
examples/creating-constraints.ipynb
examples/creating-expressions.ipynb
examples/creating-variables.ipynb
examples/infeasible-model.ipynb
examples/manipulating-models.ipynb
examples/migrating-from-pyomo.ipynb
examples/solve-on-remote.ipynb
examples/testing-framework.ipynb
examples/transport-tutorial.ipynb
linopy/__init__.py
linopy/base.py
linopy/common.py
linopy/config.py
linopy/constants.py
linopy/constraints.py
linopy/examples.py
linopy/expressions.py
linopy/io.py
linopy/matrices.py
linopy/model.py
linopy/monkey_patch_xarray.py
linopy/objective.py
linopy/py.typed
linopy/remote.py
linopy/solvers.py
linopy/testing.py
linopy/types.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_common.py
test/test_compatible_arithmetrics.py
test/test_constraint.py
test/test_constraints.py
test/test_examples.py
test/test_inconsistency_checks.py
test/test_infeasibility.py
test/test_io.py
test/test_linear_expression.py
test/test_matrices.py
test/test_model.py
test/test_objective.py
test/test_optimization.py
test/test_options.py
test/test_quadratic_expression.py
test/test_repr.py
test/test_scalar_constraint.py
test/test_scalar_linear_expression.py
test/test_solvers.py
test/test_typing.py
test/test_variable.py
test/test_variable_assignment.py
test/test_variables.py