Home
last modified time | relevance | path

Searched refs:state1_ (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/graph/
Dvf2_sub_graph_iso.hpp446 base_state< Graph1, Graph2, IndexMap1, IndexMap2 > state1_; member in boost::detail::state
485 , state1_(graph1, graph2, index_map1, index_map2) in state()
493 state1_.push(v, w); in push()
500 vertex2_type w = state1_.core(v); in pop()
501 state1_.pop(v, w); in pop()
523 if (state1_.in_core(v) || (v == v_new)) in feasible()
527 w = state1_.core(v); in feasible()
536 if (0 < state1_.in_depth(v)) in feasible()
538 if (0 < state1_.out_depth(v)) in feasible()
540 if ((state1_.in_depth(v) == 0) in feasible()
[all …]