Advertisement
Guest User

Untitled

a guest
Feb 15th, 2012
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.26 KB | None | 0 0
  1. #ifndef CUSTOM_TYPE_H
  2.  
  3.         typedef IloNumArray Vector;
  4.         typedef IloArray<IloNumArray> Matrix;
  5.         typedef IloNumVarArray VariableVector;    
  6.         typedef IloArray<IloNumVarArray> VariableMatrix;    
  7.    
  8.         #define CUSTOM_TYPE_H
  9. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement