ILP/readme.md aktualisiert

This commit is contained in:
2026-09-18 09:41:16 +02:00
parent 6474dc4957
commit 62983812fe
+18 -5
View File
@@ -1,10 +1,23 @@
###NMR Similarity:
The <mark>nmrSimilarityExperimental.py</mark> script requires:
```console
foo@bar:~$ nmrSimilarityExperimental.py
foo
nmrproject/ILP:~$ pip install numpy
```
The result will be three list, which are in the experimentalILP.py script.
It is started using:
```console
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:
The <mark>nmrSimilarityExperimental.py</mark> script requires:
```console
foo@bar:~$ python3 experimentalILP.py
foo
nmrproject/ILP:~$ pip install gurobipy
```
Within the <mark>main()</mark> function there are the boolean <mark> normalize </mark> determining if the resulting crosscorrelation should be normalized and <mark>mode</mark> as a choice between the two <mark>modes</mark>: <mark>"Product"[0]</mark> and <mark>"Average"[1]</mark> determining how the edgelikelihood is to be detemined.
It is started using:
```console
nmrproject/ILP:~$ python3 experimentalILP.py
```