Orbiter 2022
Combinatorial Objects
rainbow_cliques.cpp File Reference
#include "foundations.h"

Go to the source code of this file.

Namespaces

namespace  orbiter
 the orbiter library for the classification of combinatorial objects
 
namespace  orbiter::layer1_foundations
 algebra, combinatorics and graph theory, geometry, linear algebra, number theory, data structures, solvers, graphics; no group actions
 
namespace  orbiter::layer1_foundations::graph_theory
 graph theory: constructions, clique finding, drawing
 

Functions

void orbiter::layer1_foundations::graph_theory::call_back_colored_graph_clique_found (clique_finder *CF, int verbose_level)
 
void orbiter::layer1_foundations::graph_theory::call_back_colored_graph_add_point (clique_finder *CF, int current_clique_size, int *current_clique, int pt, int verbose_level)
 
void orbiter::layer1_foundations::graph_theory::call_back_colored_graph_delete_point (clique_finder *CF, int current_clique_size, int *current_clique, int pt, int verbose_level)
 
int orbiter::layer1_foundations::graph_theory::call_back_colored_graph_find_candidates (clique_finder *CF, int current_clique_size, int *current_clique, int nb_pts, int &reduced_nb_pts, int *pt_list, int *pt_list_inv, int *candidates, int verbose_level)