#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 872 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 882 of file angel_types.hpp.
Definition at line 873 of file angel_types.hpp.
Referenced by xaifBoosterCrossCountryInterface::compute_partial_transformation_sequence(), and angel::pairElim_noJAE().
Definition at line 874 of file angel_types.hpp.
Referenced by xaifBoosterCrossCountryInterface::compute_partial_transformation_sequence().
unsigned int angel::transformationSeq_cost_t::cost |
Definition at line 875 of file angel_types.hpp.
Referenced by xaifBoosterCrossCountryInterface::compute_partial_transformation_sequence().
unsigned int angel::transformationSeq_cost_t::costAtBestEdgecount |
Definition at line 876 of file angel_types.hpp.
Referenced by xaifBoosterCrossCountryInterface::compute_partial_transformation_sequence().
Definition at line 877 of file angel_types.hpp.
Definition at line 878 of file angel_types.hpp.
Referenced by xaifBoosterCrossCountryInterface::compute_partial_transformation_sequence().
Definition at line 879 of file angel_types.hpp.
bool angel::transformationSeq_cost_t::revealedNewDependence [mutable] |
Definition at line 880 of file angel_types.hpp.
Referenced by xaifBoosterCrossCountryInterface::compute_partial_transformation_sequence(), and angel::pairElim_noJAE().