Skip to content

Commit 8bc309f

Browse files
committed
Use hard-coded version.
1 parent 5e45a18 commit 8bc309f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/helper.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ function get_model(auxdata)
245245
end
246246
elseif param.mobility == 0 && param.cong
247247
if param.beta <= 1 && param.duality # && param.a < 1
248-
model = model_fixed_duality_cgc(optimizer, auxdata)
249-
recover_allocation = recover_allocation_fixed_duality_cgc
248+
model = nothing # model_fixed_duality_cgc(optimizer, auxdata)
249+
recover_allocation = solve_allocation_by_duality_cgc #recover_allocation_fixed_duality_cgc
250250
elseif all(sum(graph.Zjn .> 0, dims = 2) .<= 1) # Armington case
251251
model = model_fixed_cgc_armington(optimizer, auxdata)
252252
recover_allocation = recover_allocation_fixed_cgc_armington

0 commit comments

Comments
 (0)