angel
mercurial changeset:
|
#include <angel_types.hpp>
Public Member Functions | |
transformationSeq_cost_t (unsigned int _bestNumNontrivialEdges, unsigned int _cost, unsigned int _costAtBestEdgecount, unsigned int _numIntermediatesAtBestEdgecount, unsigned int _numIntermediatesWithoutUnitEdgeAtBestEdgecount, size_t _lastDesiredTransformation) | |
Public Attributes | |
std::vector< Transformation > | transformationVector |
unsigned int | bestNumNontrivialEdges |
unsigned int | cost |
unsigned int | costAtBestEdgecount |
unsigned int | numIntermediatesAtBestEdgecount |
unsigned int | numIntermediatesWithoutUnitEdgeAtBestEdgecount |
size_t | lastDesiredTransformation |
bool | revealedNewDependence |
Definition at line 883 of file angel_types.hpp.
angel::transformationSeq_cost_t::transformationSeq_cost_t | ( | unsigned int | _bestNumNontrivialEdges, |
unsigned int | _cost, | ||
unsigned int | _costAtBestEdgecount, | ||
unsigned int | _numIntermediatesAtBestEdgecount, | ||
unsigned int | _numIntermediatesWithoutUnitEdgeAtBestEdgecount, | ||
size_t | _lastDesiredTransformation | ||
) | [inline] |
Definition at line 893 of file angel_types.hpp.
Definition at line 885 of file angel_types.hpp.
Referenced by xaifBoosterCrossCountryInterface::compute_partial_transformation_sequence().
unsigned int angel::transformationSeq_cost_t::cost |
Definition at line 886 of file angel_types.hpp.
Referenced by xaifBoosterCrossCountryInterface::compute_partial_transformation_sequence().
unsigned int angel::transformationSeq_cost_t::costAtBestEdgecount |
Definition at line 887 of file angel_types.hpp.
Referenced by xaifBoosterCrossCountryInterface::compute_partial_transformation_sequence().
Definition at line 890 of file angel_types.hpp.
Definition at line 888 of file angel_types.hpp.
Definition at line 889 of file angel_types.hpp.
Referenced by xaifBoosterCrossCountryInterface::compute_partial_transformation_sequence().
bool angel::transformationSeq_cost_t::revealedNewDependence [mutable] |
Definition at line 891 of file angel_types.hpp.
Referenced by xaifBoosterCrossCountryInterface::compute_partial_transformation_sequence(), and angel::pairElim_noJAE().
Definition at line 884 of file angel_types.hpp.
Referenced by xaifBoosterCrossCountryInterface::compute_partial_transformation_sequence(), and angel::pairElim_noJAE().