DyLP  trunk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Defines | Enumerations
OsiDylpSolverInterface.hpp File Reference

Declarations of the COIN OSI API for the dylp solver. 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"
+ Include dependency graph for OsiDylpSolverInterface.hpp:

Go to the source code of this file.

Classes

class  OsiDylpSolverInterface
 COIN OSI API 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...

Detailed Description

Declarations of the COIN OSI API for the dylp solver.

This file contains the declaration of the class OsiDylpSolverInterface (ODSI), an implementation of the COIN OSI API for the dylp LP solver. The documentation here most often provides only brief descriptions of methods. See the OsiSolverInterface documentation for additional details.

Definition in file OsiDylpSolverInterface.hpp.


Define Documentation

#define DYLP_INTERNAL

Definition at line 36 of file OsiDylpSolverInterface.hpp.


Enumeration Type Documentation

Enum to specify cold/warm/hot start.

Enumerator:
startInvalid 
startCold 
startWarm 
startHot 

Definition at line 45 of file OsiDylpSolverInterface.hpp.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines