We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6052032 commit a2de647Copy full SHA for a2de647
test/test_asp.jl
@@ -37,7 +37,7 @@ end
37
38
# Accuracy test (with/without validation)
39
function test_accuracy(solvertype)
40
- for (select, tolr, tolc) in [(:final, 12*epsn, 1), ((:byerror, 1.3), 12*epsn, 1), ((:bysize, 360), 1, 15)]
+ for (select, tolr, tolc) in [(:final, 15*epsn, 1), ((:byerror, 1.3), 15*epsn, 1), ((:bysize, 360), 1, 15)]
41
solver = solvertype(P=P, select=select, loglevel=0)
42
43
# Without validation
0 commit comments