ILP/readme.md aktualisiert

This commit is contained in:
2026-09-18 10:41:19 +02:00
parent 62983812fe
commit 6b9d52e4a1
+2 -2
View File
@@ -1,4 +1,4 @@
###NMR Similarity:
### NMR Similarity:
The <mark>nmrSimilarityExperimental.py</mark> script requires:
```console
nmrproject/ILP:~$ pip install numpy
@@ -10,7 +10,7 @@ nmrproject/ILP:~$ nmrSimilarityExperimental.py
In all but the <mark>nmrSimilarityExperimental.py</mark> script, there is a boolean called <mark> normalize </mark> in the <mark>main()</mark> function determining if the resulting crosscorrelation should be normalized.
The result will be three list, which are used in the <mark>main()</mark> function of in the <mark>experimentalILP.py</mark> script.
###ILP Solution:
### ILP Solution:
The <mark>nmrSimilarityExperimental.py</mark> script requires:
```console
nmrproject/ILP:~$ pip install gurobipy