Skip to content

Commit 460a06c

Browse files
committed
minor change
1 parent 04c2a17 commit 460a06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/Extension Tutorial.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ JuMP.@constraint(cp_model, [e in EVs, k in K], cp_P_ek[e,k]<=Pmax_e[e]);
152152

153153
# ╔═╡ eb8479f7-99c6-49c9-b767-43a8d31cc502
154154
md"""
155-
Add the objective to the model.
155+
Add the objective to the cp model.
156156
"""
157157

158158
# ╔═╡ c40088d6-78b7-44dc-ac4f-ab5357490818

0 commit comments

Comments
 (0)