angel
mercurial changeset:
|
#include <angel_types.hpp>
Public Member Functions | |
accu_graph_t (const c_graph_t &_cg, const line_graph_t &_lg) | |
void | set_jacobi_entries () |
Public Attributes | |
const c_graph_t & | cg |
const line_graph_t & | lg |
std::vector< accu_exp_graph_t > | accu_exp |
std::vector< ad_edge_t > | jacobi_entries |
std::vector< int > | exp_nr |
Definition at line 668 of file angel_types.hpp.
angel::accu_graph_t::accu_graph_t | ( | const c_graph_t & | _cg, |
const line_graph_t & | _lg | ||
) | [inline] |
Definition at line 675 of file angel_types.hpp.
Definition at line 445 of file angel_types.cpp.
References angel::intermediate, and THROW_DEBUG_EXCEPT_MACRO.
Referenced by xaifBoosterCrossCountryInterface::compute_elimination_sequence(), xaifBoosterCrossCountryInterface::compute_elimination_sequence_lsa_face(), and xaifBoosterCrossCountryInterface::compute_elimination_sequence_lsa_vertex().
std::vector<accu_exp_graph_t> angel::accu_graph_t::accu_exp |
Definition at line 671 of file angel_types.hpp.
Referenced by xaifBoosterCrossCountryInterface::compute_elimination_sequence(), angel::face_elimination(), and angel::write_graph_xaif_booster().
const c_graph_t& angel::accu_graph_t::cg |
Definition at line 669 of file angel_types.hpp.
std::vector<int> angel::accu_graph_t::exp_nr |
Definition at line 673 of file angel_types.hpp.
Referenced by angel::face_elimination().
std::vector<ad_edge_t> angel::accu_graph_t::jacobi_entries |
Definition at line 672 of file angel_types.hpp.
Referenced by xaifBoosterCrossCountryInterface::compute_elimination_sequence(), and angel::write_graph_xaif_booster().
Definition at line 670 of file angel_types.hpp.
Referenced by angel::xaif_edge_pr().