OpenGM  2.3.x
Discrete Graphical Model Library
Public Types | List of all members
opengm::LPInferenceTraits< LPGurobi2< GM_TYPE, ACC_TYPE > > Struct Template Reference

#include <lpgurobi2.hxx>

+ Collaboration diagram for opengm::LPInferenceTraits< LPGurobi2< GM_TYPE, ACC_TYPE > >:

Public Types

typedef ACC_TYPE AccumulationType
 
typedef GM_TYPE GraphicalModelType
 
typedef LPSolverGurobi SolverType
 
typedef LPSolverGurobi::GurobiIndexType SolverIndexType
 
typedef LPSolverGurobi::GurobiValueType SolverValueType
 
typedef LPSolverGurobi::GurobiSolutionIteratorType SolverSolutionIteratorType
 
typedef LPSolverGurobi::GurobiTimingType SolverTimingType
 
typedef LPSolverGurobi::Parameter SolverParameterType
 

Detailed Description

template<class GM_TYPE, class ACC_TYPE>
struct opengm::LPInferenceTraits< LPGurobi2< GM_TYPE, ACC_TYPE > >

Definition at line 41 of file lpgurobi2.hxx.

Member Typedef Documentation

§ AccumulationType

template<class GM_TYPE , class ACC_TYPE >
typedef ACC_TYPE opengm::LPInferenceTraits< LPGurobi2< GM_TYPE, ACC_TYPE > >::AccumulationType

Definition at line 43 of file lpgurobi2.hxx.

§ GraphicalModelType

template<class GM_TYPE , class ACC_TYPE >
typedef GM_TYPE opengm::LPInferenceTraits< LPGurobi2< GM_TYPE, ACC_TYPE > >::GraphicalModelType

Definition at line 44 of file lpgurobi2.hxx.

§ SolverIndexType

template<class GM_TYPE , class ACC_TYPE >
typedef LPSolverGurobi::GurobiIndexType opengm::LPInferenceTraits< LPGurobi2< GM_TYPE, ACC_TYPE > >::SolverIndexType

Definition at line 46 of file lpgurobi2.hxx.

§ SolverParameterType

template<class GM_TYPE , class ACC_TYPE >
typedef LPSolverGurobi::Parameter opengm::LPInferenceTraits< LPGurobi2< GM_TYPE, ACC_TYPE > >::SolverParameterType

Definition at line 50 of file lpgurobi2.hxx.

§ SolverSolutionIteratorType

template<class GM_TYPE , class ACC_TYPE >
typedef LPSolverGurobi::GurobiSolutionIteratorType opengm::LPInferenceTraits< LPGurobi2< GM_TYPE, ACC_TYPE > >::SolverSolutionIteratorType

Definition at line 48 of file lpgurobi2.hxx.

§ SolverTimingType

template<class GM_TYPE , class ACC_TYPE >
typedef LPSolverGurobi::GurobiTimingType opengm::LPInferenceTraits< LPGurobi2< GM_TYPE, ACC_TYPE > >::SolverTimingType

Definition at line 49 of file lpgurobi2.hxx.

§ SolverType

template<class GM_TYPE , class ACC_TYPE >
typedef LPSolverGurobi opengm::LPInferenceTraits< LPGurobi2< GM_TYPE, ACC_TYPE > >::SolverType

Definition at line 45 of file lpgurobi2.hxx.

§ SolverValueType

template<class GM_TYPE , class ACC_TYPE >
typedef LPSolverGurobi::GurobiValueType opengm::LPInferenceTraits< LPGurobi2< GM_TYPE, ACC_TYPE > >::SolverValueType

Definition at line 47 of file lpgurobi2.hxx.