|
angel
mercurial changeset:
|
#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 860 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 870 of file angel_types.hpp.
| unsigned int angel::elimSeq_cost_t::bestNumNontrivialEdges |
Definition at line 862 of file angel_types.hpp.
Referenced by xaifBoosterCrossCountryInterface::compute_partial_elimination_sequence().
| unsigned int angel::elimSeq_cost_t::cost |
Definition at line 863 of file angel_types.hpp.
Referenced by xaifBoosterCrossCountryInterface::compute_partial_elimination_sequence().
| unsigned int angel::elimSeq_cost_t::costAtBestEdgecount |
Definition at line 864 of file angel_types.hpp.
Referenced by xaifBoosterCrossCountryInterface::compute_partial_elimination_sequence().
| std::vector<EdgeElim> angel::elimSeq_cost_t::edgeElimVector |
Definition at line 861 of file angel_types.hpp.
Referenced by xaifBoosterCrossCountryInterface::compute_partial_elimination_sequence(), and angel::pair_elim().
Definition at line 867 of file angel_types.hpp.
Definition at line 865 of file angel_types.hpp.
Definition at line 866 of file angel_types.hpp.
Referenced by xaifBoosterCrossCountryInterface::compute_partial_elimination_sequence().
bool angel::elimSeq_cost_t::revealedNewDependence [mutable] |
Definition at line 868 of file angel_types.hpp.
Referenced by xaifBoosterCrossCountryInterface::compute_partial_elimination_sequence(), and angel::pair_elim().