lis_solver_get_solvername - Man Page
get the solver name from the solver number
Synopsis
#include "lis.h"
LIS_INT lis_solver_get_solvername(LIS_INT nsol, har *name
);
Description
Get the solver name from the solver number.
Input
- nsol
The solver number
Output
- name
The solver name
Exit Status
The following exit values are returned:
- 0
The process is normally terminated
- unspecified
An error occurred
See Also
Info
6 Sep 2012 Man Page Lis Library Functions