Purpose
 
 Get the type
 
  of a nonlinear constraint.
 
  Synopsis
 
 function gettype(c:nlctr):integer
 
  Argument
 
  Return value
 
 Constraint type. Applicable values for nonlinear constraints are:
 
  
   | 
     CT_EQ 
     |  | 
  
   | 
     CT_GEQ 
     | 
     Greater than or equal to, `≥'
     | 
  
   | 
     CT_LEQ 
     | 
     Less than or equal to, `≤'
     | 
  
   | 
     CT_UNB 
     | 
     Non-binding constraint,
     i.e.  free
     | 
 
  Related topics
 
  Module