Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 893 Bytes

File metadata and controls

35 lines (23 loc) · 893 Bytes

GMP::Instance::RestoreState

With procedure :aimmsGMP::Instance::RestoreState you can restore the state of a generated mathematical program as it was on the moment that you called :aimmsGMP::Instance::SaveState.

GMP::Instance::RestoreState(
     GMP,             ! (input) a generated mathematical program
     state            ! (input) an integer scalar parameter
     )

Arguments

GMP

An element in :aimmsAllGeneratedMathematicalPrograms.

state

The value corresponding to a state that you want to restore.

Return Value

The procedure returns 1 on success, or 0 otherwise.

The procedure :aimmsGMP::Instance::SaveState.