Procedure GMP::Stochastic::UpdateBendersSubproblem(GMP, solution)

GMP::Stochastic::UpdateBendersSubproblem

The procedure GMP::Stochastic::UpdateBendersSubproblem updates the right hand side values of a Benders problem by using a solution of the parent Benders problem.

GMP::Stochastic::UpdateBendersSubproblem(
     GMP,            ! (input) a generated mathematical program
     solution        ! (input) a solution
)

Arguments

GMP

An element in the set AllGeneratedMathematicalPrograms.

solution

An integer scalar reference to a solution.

Return Value

The procedure returns 1 on success, or 0 otherwise.

Note