MIN
| MIN | 
  Purpose
 
 
 Minimum value of two items
 
 
  Synopsis
 
 MIN(value1, value2)
 
  Argument
 
 | 
     value1, ... 
     | 
     Each argument is one of the following: a constant; a variable; a formula evaluating to a single value
     | 
  Further information
 
 MIN is not always differentiable and so alternative modeling approaches should be used where possible.
In mmxnlp, fmin is used to represent the min function.
 
