Home
last modified time | relevance | path

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

/dports/math/giacxcas/giac-1.6.0/src/
H A Dgraphe.h1073 int hamcond(bool make_closure=true);
H A Dgraphe.cc9989 int graphe::hamcond(bool make_closure) { in hamcond() function in giac::graphe
10023 return G.hamcond(false); in hamcond()
10038 switch (hamcond()) { in is_hamiltonian()
H A Dgraphtheory.cc6202 if (G.hamcond()==0) in _traveling_salesman()