We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e45a18 commit 8bc309fCopy full SHA for 8bc309f
1 file changed
src/main/helper.jl
@@ -245,8 +245,8 @@ function get_model(auxdata)
245
end
246
elseif param.mobility == 0 && param.cong
247
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
+ model = nothing # model_fixed_duality_cgc(optimizer, auxdata)
+ recover_allocation = solve_allocation_by_duality_cgc #recover_allocation_fixed_duality_cgc
250
elseif all(sum(graph.Zjn .> 0, dims = 2) .<= 1) # Armington case
251
model = model_fixed_cgc_armington(optimizer, auxdata)
252
recover_allocation = recover_allocation_fixed_cgc_armington
0 commit comments