
lp_get_changeable_value(+Handle, ?Var, -Val)

   Interface predicate to access the `changeable' value for this variable.

Arguments
   Handle              Handle to a solver state
   Var                 A solver problem variable for solver state represented by Handle
   Val                 The typed_solution value for this variable

Type
   library(eplex)


