Commit 0ef38e4
fix: Allow COPT solution parsing for IMPRECISE status
Add 'numerical' and 'imprecise' as proper TerminationCondition enum values
and map them to SolverStatus.ok to enable solution extraction for both
COPT solver statuses.
This fixes issue #460 where COPT solutions with IMPRECISE status were
not being parsed, even though COPT developers confirmed solutions
should be available for OK, NUMERICAL, and IMPRECISE statuses.
Co-authored-by: Fabian Hofmann <[email protected]>1 parent d3b7b0d commit 0ef38e4
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
| 110 | + | |
109 | 111 | | |
110 | 112 | | |
111 | 113 | | |
| |||
141 | 143 | | |
142 | 144 | | |
143 | 145 | | |
| 146 | + | |
| 147 | + | |
144 | 148 | | |
145 | 149 | | |
146 | 150 | | |
| |||
0 commit comments