Open
Graph Drawing
Framework

 v.2012.05
 

LPSolver.h
Go to the documentation of this file.
00001 /*
00002  * $Revision: 2299 $
00003  * 
00004  * last checkin:
00005  *   $Author: gutwenger $ 
00006  *   $Date: 2012-05-07 15:57:08 +0200 (Mon, 07 May 2012) $ 
00007  ***************************************************************/
00008  
00044 #ifdef _MSC_VER
00045 #pragma once
00046 #endif
00047 
00048 
00049 #ifndef OGDF_LP_SOLVER_H
00050 #define OGDF_LP_SOLVER_H
00051 
00052 #if defined(OGDF_OWN_LPSOLVER)
00053 #include <ogdf/internal/lpsolver/LPSolver_ogdf.h>
00054 
00055 #elif defined(USE_COIN)
00056 #include <ogdf/internal/lpsolver/LPSolver_coin.h>
00057 #endif
00058 
00059 
00060 #endif