Skip to content

docs: list SCIP in supported solvers (README, index) - #825

Merged
FabianHofmann merged 2 commits into
masterfrom
docs/list-scip-solver-416
Jul 14, 2026
Merged

docs: list SCIP in supported solvers (README, index)#825
FabianHofmann merged 2 commits into
masterfrom
docs/list-scip-solver-416

Conversation

@FabianHofmann

Copy link
Copy Markdown
Collaborator

Note

The following content was generated by AI (Claude Code).

Documentation-only fix for #416. SCIP is a fully supported solver
(SolverName.SCIP, class SCIP(Solver) in linopy/solvers.py) and is
already listed in doc/prerequisites.rst, but was missing from the two
public-facing "supported solvers" lists:

  • README.md
  • doc/index.rst

This adds SCIP to both, placed after HiGHS to match the ordering already
used in prerequisites.rst.

Closes #416.

SCIP is a fully supported solver (SolverName.SCIP) and already appears in
doc/prerequisites.rst, but was missing from the README and doc/index.rst
solver lists. Closes #416.
@FabianHofmann
FabianHofmann merged commit 4ca8d5a into master Jul 14, 2026
19 of 20 checks passed
@FabianHofmann
FabianHofmann deleted the docs/list-scip-solver-416 branch July 14, 2026 12:24
@codspeed-hq

codspeed-hq Bot commented Jul 14, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 173 untouched benchmarks
⏩ 173 skipped benchmarks1


Comparing docs/list-scip-solver-416 (7c20963) with master (a6ca0be)

Open in CodSpeed

Footnotes

  1. 173 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

If SCIP is supported, please add it in Readme

1 participant