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 31 of file lpgurobi2.hxx.

Member Typedef Documentation

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

Definition at line 33 of file lpgurobi2.hxx.

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

Definition at line 34 of file lpgurobi2.hxx.

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

Definition at line 36 of file lpgurobi2.hxx.

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

Definition at line 40 of file lpgurobi2.hxx.

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

Definition at line 38 of file lpgurobi2.hxx.

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

Definition at line 39 of file lpgurobi2.hxx.

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

Definition at line 35 of file lpgurobi2.hxx.

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

Definition at line 37 of file lpgurobi2.hxx.