Skip to content

Commit

Permalink
Add spine instance
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimg committed Jan 7, 2025
1 parent 6984c23 commit 993ac52
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion SpineOpt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,11 @@ which is necessary to compile [`psycopg2`](https://www.psycopg.org/docs/install.
which is necessary to use [`spinedb_api`](https://pypi.org/project/spinedb-api/).
* Linux: `apt install libpq-dev`
* Mac: `brew install postgresql` or `sudo port install postgresql`
* Windows: use the installer https://www.postgresql.org/download/windows/
* Windows: use the installer https://www.postgresql.org/download/windows/

## Warning

SpineOpt instances are non-deterministic. Every different run of the `main.jl`
script leads to a new mps files. From a first pass on the files its seem that
the only change is the order of the constraints. However, this apparently simple
change can lead to different solve times and *very* different solutions.
Binary file not shown.

0 comments on commit 993ac52

Please sign in to comment.