gettype
 gettype | 
   
  Purpose
 
  Synopsis
 
function gettype(c:linctr):integer
 
  Argument
 
| 
     
     c 
       | 
   
     
     A linear constraint
       | 
  
  Return value
 
 Constraint type. Values applicable to any type of linear constraint are:
| 
     
     CT_EQ 
       | 
   |
| 
     
     CT_GEQ 
       | 
   |
| 
     
     CT_LEQ 
       | 
   |
| 
     
     CT_UNB 
       | 
   |
| 
     
     CT_SOS1 
       | 
   |
| 
     
     CT_SOS2 
       | 
   
  Values applicable for unary constraints are:
| 
     
     CT_CONT 
       | 
   |
| 
     
     CT_INT 
       | 
   |
| 
     
     CT_BIN 
       | 
   |
| 
     
     CT_PINT 
       | 
   |
| 
     
     CT_SEC 
       | 
   |
| 
     
     CT_SINT 
       | 
   |
| 
     
     CT_FREE 
       | 
   
  Related topics
 
