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