Skip to content

Commit

Permalink
add place holder for serialize
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Mar 7, 2024
1 parent 302b535 commit dd9b873
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/problems/multi_region_problem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ function instantiate_network_model(model::PSI.DecisionModel{MultiRegionProblem})
return
end

function PSI.serialize_problem(model::PSI.DecisionModel{MultiRegionProblem};
optimizer::Nothing)
end

function PSI.build_model!(model::PSI.DecisionModel{MultiRegionProblem})
build_impl!(
PSI.get_optimization_container(model),
Expand Down

0 comments on commit dd9b873

Please sign in to comment.