/home/coin/SVN-release/OS-2.4.0/Couenne/src/cut/sdpcuts/populate.hpp

Go to the documentation of this file.
00001 /* $Id: populate.hpp 508 2011-02-15 21:52:44Z pbelotti $
00002  *
00003  * Name:    populate.hpp
00004  * Author:  Andrea Qualizza
00005  * Purpose: 
00006  *
00007  * This file is licensed under the Eclipse Public License (EPL)
00008  */
00009 
00010 #ifndef POPULATE_HPP
00011 #define POPULATE_HPP
00012 
00013 #define COUENNE_EPS 1e-7 //used in createCut(...)
00014 
00015 int createCut (OsiCuts &, 
00016                double,
00017                int,     // sign: -1 is <=, +1 is >=, 0 is =
00018                int=-1, double=0,
00019                int=-1, double=0,
00020                int=-1, double=0,
00021                int=-1, double=0, bool=false);
00022 
00023 int populateProblem (const char *filename,int *nptr, int *tptr, int *consptr, double **bptr, 
00024                      double **cptr, double ***Qptr, double *constantptr, double ***origmatptr, 
00025                      double **origrhsptr, char **origsenseptr, double **xlbptr,double **xubptr,
00026                      double **ylbptr, double **yubptr,OsiSolverInterface *si);
00027 
00028 #endif

Generated on Thu Sep 22 03:05:57 2011 by  doxygen 1.4.7