Home
last modified time | relevance | path

Searched defs:max_cliques (Results 1 – 4 of 4) sorted by relevance

/dports/math/polymake/polymake-4.5/apps/graph/include/
H A Dmax_cliques.h90 auto max_cliques(const GenericGraph<TGraph, Undirected>& G) in max_cliques() function
/dports/math/py-z3-solver/z3-z3-4.8.10/src/util/
H A Dmax_cliques.h89 max_cliques() {} in max_cliques() function
/dports/math/R-cran-igraph/igraph/R/
H A Dcliques.R141 max_cliques <- function(graph, min=NULL, max=NULL, function
/dports/math/py-or-tools/or-tools-9.2/ortools/sat/
H A Dclause.cc1542 absl::flat_hash_set<std::vector<Literal>, VectorHash> max_cliques; in TransformIntoMaxCliques() local