Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

cBounds.h

00001 /* OOQP                                                               *
00002  * Authors: E. Michael Gertz, Stephen J. Wright                       *
00003  * (C) 2001 University of Chicago. See Copyright Notification in OOQP */
00004 
00005 #ifndef CBOUNDS
00006 #define CBOUNDS
00007 
00008 #ifdef __cplusplus
00009 extern "C" {
00010 #endif
00011 
00012 void freeBounds( double ** low,  char ** ilow,
00013                  double ** upp,  char ** iupp );
00014 void newBounds( double ** low, int m, char ** ilow,
00015                 double ** upp,        char ** iupp,
00016                 int * ierr) ;
00017 #ifdef __cplusplus
00018 }
00019 #endif
00020 
00021 #endif

Generated on Mon May 24 17:40:45 2004 for OOQP by doxygen1.2.18