From 7c0934ae4a95c73100d5cb0a1ace9a149bd9fb3e Mon Sep 17 00:00:00 2001 From: Jingru923 <47444880+Jingru923@users.noreply.github.com> Date: Fri, 26 Jul 2024 10:53:35 +0200 Subject: [PATCH] Update docs/dev/allocation.qmd Co-authored-by: Bart de Koning <74617371+SouthEndMusic@users.noreply.github.com> --- docs/dev/allocation.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/allocation.qmd b/docs/dev/allocation.qmd index f7b4c509b..771d88f8f 100644 --- a/docs/dev/allocation.qmd +++ b/docs/dev/allocation.qmd @@ -26,7 +26,7 @@ When an instance of `AllocationModel` is created, a JuMP optimization model is d More details on how allocation interacts with `JuMP.jl` is explained [here](https://deltares.github.io/Ribasim/dev/allocation.html#jump.jl-problem-interaction). After initialization, as the simulation starts, the allocation problem is solved and updated after every allocation timestep (which is specified in the TOML). -In each iteration, data needed for comuptation are updated. +In each iteration, the data needed for comuptation is updated. The parameters of the optimization problem are also updated. The optimization problem are solved and the data of the result are saved.