Orbiter 2022
Combinatorial Objects
large_set_activity.cpp
Go to the documentation of this file.
1/*
2 * large_set_activity.cpp
3 *
4 * Created on: May 26, 2021
5 * Author: betten
6 */
7
8
9
10
11#include "orbiter.h"
12
13using namespace std;
14
15namespace orbiter {
16namespace layer5_applications {
17namespace apps_combinatorics {
18
19
21{
22 Descr = NULL;
23 LSW = NULL;
24}
25
26
28{
29}
30
31
33 large_set_was *LSW, int verbose_level)
34{
35 int f_v = (verbose_level >= 1);
36
37 if (f_v) {
38 cout << "large_set_activity::perform_activity" << endl;
39 }
40
43
44#if 0
45 if (Descr->f_create_table) {
46 }
47#endif
48
49
50 if (f_v) {
51 cout << "large_set_activity::perform_activity done" << endl;
52 }
53
54}
55
56
57
58
59}}}
void perform_activity(large_set_activity_description *Descr, large_set_was *LSW, int verbose_level)
classification of large sets of designs with assumed symmetry
the orbiter library for the classification of combinatorial objects