#include <angel_types.hpp>
Public Member Functions | |
elimSeq_cost_t (unsigned int _bestNumNontrivialEdges, unsigned int _cost, unsigned int _costAtBestEdgecount, unsigned int _numIntermediatesAtBestEdgecount, unsigned int _numIntermediatesWithoutUnitEdgeAtBestEdgecount, size_t _lastDesiredElim) | |
Public Attributes | |
std::vector< EdgeElim > | edgeElimVector |
unsigned int | bestNumNontrivialEdges |
unsigned int | cost |
unsigned int | costAtBestEdgecount |
unsigned int | numIntermediatesAtBestEdgecount |
unsigned int | numIntermediatesWithoutUnitEdgeAtBestEdgecount |
size_t | lastDesiredElim |
bool | revealedNewDependence |
Definition at line 847 of file angel_types.hpp.
angel::elimSeq_cost_t::elimSeq_cost_t | ( | unsigned int | _bestNumNontrivialEdges, | |
unsigned int | _cost, | |||
unsigned int | _costAtBestEdgecount, | |||
unsigned int | _numIntermediatesAtBestEdgecount, | |||
unsigned int | _numIntermediatesWithoutUnitEdgeAtBestEdgecount, | |||
size_t | _lastDesiredElim | |||
) | [inline] |
Definition at line 857 of file angel_types.hpp.
std::vector<EdgeElim> angel::elimSeq_cost_t::edgeElimVector |
Definition at line 848 of file angel_types.hpp.
Referenced by xaifBoosterCrossCountryInterface::compute_partial_elimination_sequence(), and angel::pair_elim().
unsigned int angel::elimSeq_cost_t::bestNumNontrivialEdges |
Definition at line 849 of file angel_types.hpp.
Referenced by xaifBoosterCrossCountryInterface::compute_partial_elimination_sequence().
unsigned int angel::elimSeq_cost_t::cost |
Definition at line 850 of file angel_types.hpp.
Referenced by xaifBoosterCrossCountryInterface::compute_partial_elimination_sequence().
unsigned int angel::elimSeq_cost_t::costAtBestEdgecount |
Definition at line 851 of file angel_types.hpp.
Referenced by xaifBoosterCrossCountryInterface::compute_partial_elimination_sequence().
Definition at line 852 of file angel_types.hpp.
Definition at line 853 of file angel_types.hpp.
Referenced by xaifBoosterCrossCountryInterface::compute_partial_elimination_sequence().
Definition at line 854 of file angel_types.hpp.
bool angel::elimSeq_cost_t::revealedNewDependence [mutable] |
Definition at line 855 of file angel_types.hpp.
Referenced by xaifBoosterCrossCountryInterface::compute_partial_elimination_sequence(), and angel::pair_elim().