- Procedure GMP::Solution::SendToSolverSession(solverSession, solution)
GMP::Solution::SendToSolverSession
The procedure GMP::Solution::SendToSolverSession
initializes a
solver session with the values in the solution from the solution
repository of a generated mathematical program.
GMP::Solution::SendToSolverSession(
solverSession, ! (input) a solver session
solution ! (input) a solution
)
Arguments
- solverSession
An element in the set
AllSolverSessions
.- solution
An integer scalar reference to a solution.
Return Value
The procedure returns 1 on success, or 0 otherwise.
See also
The routines GMP::Instance::Generate
, GMP::Solution::RetrieveFromSolverSession
, GMP::Solution::RetrieveFromModel
and GMP::Solution::SendToModel
.