selectsol
| selectsol | 
  Purpose
 
 Select one of the solutions found by solution enumerator.
 
  Synopsis
 
procedure selectsol(solnum:integer)
 
  Argument
 
| 
     solnum 
     | 
     Solution number (between 1 and
     XPRS_enumsols)
     | 
  Further information
 
 1. This routine can be called after a search for
 n-best solutions has been performed by the optimizer in order to select a particular solution.
 
 2. Once a solution has been selected, the functions
 getsol (applied to decision variables) and
 getobjval return values related to this solution.
 
  Module
 
 
