Retrieve information about solver state and results for the solver state represented by Handle. ParamName is the same as that for eplex_get/2, which retrieves the same information via the EplexInstance. It can be one of:
instantiate_solution(Handle) :-
lp_get(Handle, vars, Vars),
lp_get(Handle, typed_solution, Values),
Vars = Values.