From 3cd751c04a0c06404d143e54fbb51ccccc3f9e0d Mon Sep 17 00:00:00 2001 From: Vasiliy Dommes Date: Sat, 5 Oct 2024 14:59:06 -0400 Subject: [PATCH] Usage.md: remove reference to the fixed issue #153 spectrum fails to find isolated zeros Fixes #153 (actually fixed by 0284a520560d447e384815cdff95513a996a17e1, tests added in 6177af32c1f11c46e5cfbe2776982cefcb911abd) --- docs/Usage.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/Usage.md b/docs/Usage.md index 7ff8ddd2..1d34c187 100644 --- a/docs/Usage.md +++ b/docs/Usage.md @@ -312,5 +312,3 @@ export OMP_NUM_THREADS=1 ### Spectrum does not find zeros Try to set `--threshold` option for `spectrum` larger than `--dualityGapThreshold` for `sdpb`. - -Note that currently spectrum [cannot find isolated zeros](https://github.com/davidsd/sdpb/issues/153).