
lp_suspend_on_change(+Handle, ?Var, +Susp)

   Record the given suspension to be scheduled whenever a solution is found for the Eplex handle.

Arguments
   Handle              Handle to a solver state
   Var                 A solver problem variable for solver state represented by Handle
   Susp                Suspension to schedule when the typed solution for this variable changes

Type
   library(eplex)


