From 6b9d52e4a1bda3cb629ec0b414c922bf5c35101c Mon Sep 17 00:00:00 2001 From: kilian Date: Fri, 18 Sep 2026 10:41:19 +0200 Subject: [PATCH] ILP/readme.md aktualisiert --- ILP/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ILP/readme.md b/ILP/readme.md index 51a8b50..2e6c640 100644 --- a/ILP/readme.md +++ b/ILP/readme.md @@ -1,4 +1,4 @@ -###NMR Similarity: +### NMR Similarity: The nmrSimilarityExperimental.py script requires: ```console nmrproject/ILP:~$ pip install numpy @@ -10,7 +10,7 @@ nmrproject/ILP:~$ nmrSimilarityExperimental.py In all but the nmrSimilarityExperimental.py script, there is a boolean called normalize in the main() function determining if the resulting crosscorrelation should be normalized. The result will be three list, which are used in the main() function of in the experimentalILP.py script. -###ILP Solution: +### ILP Solution: The nmrSimilarityExperimental.py script requires: ```console nmrproject/ILP:~$ pip install gurobipy