Skip to content

Commit 32979a0

Browse files
committed
Revert: use exact solution again
1 parent 07a4e05 commit 32979a0

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-6
248+
values[ind] = -obj_factor * term # + Random.rand() * 1e-6
249249
end
250250
end
251251
return

0 commit comments

Comments
 (0)