Skip to content

Commit 07a4e05

Browse files
committed
Lower tolerance.
1 parent 2ea6dde commit 07a4e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/solve_allocation_by_duality_cgc.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ function hessian_duality_cgc(
245245
end
246246

247247
# Assign result
248-
values[ind] = -obj_factor * term + Random.rand() * 1e-5
248+
values[ind] = -obj_factor * term + Random.rand() * 1e-6
249249
end
250250
end
251251
return

0 commit comments

Comments
 (0)