|
Chapter Contents |
Previous |
Next |
| The NLP Procedure |
where l_con := linear_term operator number or l_con := number operator linear_term for linear_term := <+|-> < number * > parameter <+|- < number * > variable ... > operator := <= | < | >= | > | =

decvar x1 x2; lincon 4 * x1 - 3 * x2 = 0;and the constraints


decvar x1 x2;
lincon 10 <= 10 * x1 - x2,
x1 + 5 * x2 >= 15;
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.