home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c129 / 1.ddi / SIMPLEX.H < prev    next >
Encoding:
Text File  |  1988-02-02  |  155 b   |  4 lines

  1. void simplex(float *constary,float *objary,float *rhsary,
  2.              int numrow,int numcol,float *optsol,int *basisid,
  3.              float *objfval);
  4.