1 #ifndef PMPL_LP_OUTPUT_H_
2 #define PMPL_LP_OUTPUT_H_
35 typedef std::pair<WeightType, WeightType>
LPEdge;
Definition: LPOutput.h:24
void AddIntermediatesToWeights(const bool _saveIntermediates)
Definition: LPOutput.cpp:35
void Clear()
Definition: LPOutput.cpp:17
std::vector< Cfg > m_path
Definition: LPOutput.h:43
LPOutput()
Definition: LPOutput.cpp:10
std::vector< Cfg > m_intermediates
Definition: LPOutput.h:48
LPEdge m_edge
Definition: LPOutput.h:52
void SetLPLabel(const std::string &_label)
Definition: LPOutput.cpp:27
std::pair< WeightType, WeightType > LPEdge
Definition: LPOutput.h:35
DefaultWeight< Cfg > WeightType
Definition: LPOutput.h:29