Declaration of COIN OSI layer for dylp. More...
#include "OsiConfig.h"#include <CoinPackedMatrix.hpp>#include <OsiSolverInterface.hpp>#include <CoinWarmStart.hpp>#include <CoinMessageHandler.hpp>#include <CoinMpsIO.hpp>#include <CoinPresolveMatrix.hpp>#include "dylp.h"
Go to the source code of this file.
Classes | |
| class | OsiDylpSolverInterface |
| COIN OSI layer for dylp. More... | |
Defines | |
| #define | DYLP_INTERNAL |
Enumerations | |
| enum | ODSI_start_enum { startInvalid = 0, startCold = 1, startWarm, startHot } |
Enum to specify cold/warm/hot start. More... | |
Declaration of COIN OSI layer for dylp.
Copyright (C) 2002, 2003, 2004. Lou Hafer, Stephen Tse, International Business Machines Corporation and others. All Rights Reserved. Copyright (C) 2005 -- 2007 Lou Hafer
This file contains the declaration of the class OsiDylpSolverInterface (ODSI), an implementation of the COIN OSI layer for the dylp LP solver.
Definition in file OsiDylpSolverInterface.hpp.
| #define DYLP_INTERNAL |
Definition at line 31 of file OsiDylpSolverInterface.hpp.
| enum ODSI_start_enum |
Enum to specify cold/warm/hot start.
Definition at line 38 of file OsiDylpSolverInterface.hpp.
1.6.1