@depvar/assume()¶
Add assumption on dependent variables in QUINOPT.
| Syntax: |
|
|---|---|
| Description: | adds the assumption specified by the character string
|
Syntax: assume(U1,STR1,U2,STR2,...)Description: adds the assumptions specified by the character strings STR1,STR2, …, on the dependent variablesU1,U2, …, as if set by the commandsassume(U1,STR1),assume(U2,STR2), and so on.