Skip to content

Commit d228d0d

Browse files
committed
Update docstrings
1 parent 76d3fe3 commit d228d0d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/StochasticVehicleScheduling/StochasticVehicleScheduling.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ $TYPEDSIGNATURES
115115
116116
Return the anticipative solver: a callable `(scenario::VSPScenario; instance, kwargs...) -> y`
117117
that solves the 1-scenario stochastic VSP.
118+
119+
# Keyword Arguments
120+
- `model_builder`: a function returning an empty `JuMP.Model` with a solver attached (defaults to `scip_model`).
118121
"""
119122
function Utils.generate_anticipative_solver(
120123
::StochasticVehicleSchedulingBenchmark; model_builder=scip_model
@@ -126,6 +129,9 @@ end
126129
$TYPEDSIGNATURES
127130
128131
Return the parametric anticipative solver: a callable `(θ, scenario::VSPScenario; instance, kwargs...) -> y`.
132+
133+
# Keyword Arguments
134+
- `model_builder`: a function returning an empty `JuMP.Model` with a solver attached (defaults to `scip_model`).
129135
"""
130136
function Utils.generate_parametric_anticipative_solver(
131137
::StochasticVehicleSchedulingBenchmark; model_builder=scip_model

0 commit comments

Comments
 (0)