comparison src/qpsol.cc @ 1686:3af478ed0af1

[project @ 1995-12-31 21:56:17 by jwe]
author jwe
date Sun, 31 Dec 1995 21:56:57 +0000
parents f85887dfe06c
children 42b4f904f1af
comparison
equal deleted inserted replaced
1685:5738406d6759 1686:3af478ed0af1
56 "This function requires QPSOL, which is not freely\n\ 56 "This function requires QPSOL, which is not freely\n\
57 redistributable. For more information, read the file\n\ 57 redistributable. For more information, read the file\n\
58 libcruft/qpsol/README.MISSING in the source distribution.") 58 libcruft/qpsol/README.MISSING in the source distribution.")
59 #else 59 #else
60 DEFUN_DLD_BUILTIN ("qpsol", Fqpsol, Sqpsol, FSqpsol, 11, 60 DEFUN_DLD_BUILTIN ("qpsol", Fqpsol, Sqpsol, FSqpsol, 11,
61 "[X, OBJ, INFO, LAMBDA] = qpsol (X, H, C [, LB, UB] [, LB, A, UB])\n\ 61 "[X, OBJ, INFO, LAMBDA] = qpsol (X, H, C [, LB, UB] [, A_LB, A, A_UB])\n\
62 \n\ 62 \n\
63 Groups of arguments surrounded in `[]' are optional, but\n\ 63 Groups of arguments surrounded in `[]' are optional, but\n\
64 must appear in the same relative order shown above.") 64 must appear in the same relative order shown above.")
65 #endif 65 #endif
66 { 66 {