lis_solver_get_status - Man Page
get the status from the solver
Synopsis
#include "lis.h"
LIS_INT lis_solver_get_status(LIS_SOLVER solver, LIS_INT *status);
Description
Get the status from the solver.
Input
- solver
The solver
Output
- status
The status
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