Home
last modified time | relevance | path

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

/dports/math/ogdf/OGDF/include/ogdf/lib/abacus/
H A Dmaster.h797 int conElimAge() const { return conElimAge_; } in conElimAge()
803 void conElimAge(int age) { conElimAge_ = age; } in conElimAge()
1461 int conElimAge_; variable
/dports/math/ogdf/OGDF/src/ogdf/lib/abacus/
H A Dmaster.cpp158 conElimAge_(1), in Master()
1182 assignParameter(conElimAge_, "ConElimAge", 1, std::numeric_limits<int>::max()); in assignParameters()
1276 << conElimAge_ << std::endl in printParameters()