
lp_var_get(+Handle, +Var, ++What, -Value)

   Obtain information for an individual solver problem variable Var.

Arguments
   Handle              Handle to a solver state
   Var                 A solver problem variable for Handle
   What                Specification for information wanted (atom)
   Value               Returned value of What

Type
   library(eplex)

Description

   Retrieve information about solver state and results related to a
   particular variable or constraint, for the solver state represented by 
   Handle. Fails if no solution has been
   computed yet.  What can take the same values as those in eplex_var_get/3.

See Also
   eplex_var_get / 3
