16namespace layer5_applications {
17namespace orthogonal_geometry_applications {
45 int f_v = (verbose_level >= 1);
48 cout <<
"orthogonal_space_with_action::init" << endl;
79 cout <<
"orthogonal_space_with_action::init illegal value of epsilon" << endl;
88 cout <<
"orthogonal_space_with_action::init before O->init" << endl;
92 cout <<
"orthogonal_space_with_action::init after O->init" << endl;
99 cout <<
"orthogonal_space_with_action::init before init_group" << endl;
103 cout <<
"orthogonal_space_with_action::init after init_group" << endl;
108 cout <<
"orthogonal_space_with_action::init without group" << endl;
115 cout <<
"orthogonal_space_with_action::init done" << endl;
121 int f_v = (verbose_level >= 1);
124 cout <<
"orthogonal_space_with_action::init_group" << endl;
138 cout <<
"orthogonal_space_with_action::init_group before "
139 "A->init_orthogonal_group_with_O" << endl;
151 cout <<
"orthogonal_space_with_action::init_group "
152 "after A->init_orthogonal_group_with_O" << endl;
156 cout <<
"A->make_element_size = "
158 cout <<
"orthogonal_space_with_action::init_group "
159 "degree = " <<
A->
degree << endl;
163 cout <<
"orthogonal_space_with_action::init_group computing "
164 "lex-least base" << endl;
168 cout <<
"orthogonal_space_with_action::init_group computing "
169 "lex-least base done" << endl;
170 cout <<
"orthogonal_space_with_action::init_group base: ";
182 cout <<
"orthogonal_space_with_action::init_group done" << endl;
190 int f_v = (verbose_level >= 1);
193 cout <<
"orthogonal_space_with_action::report" << endl;
199 fname_report.append(
"_report.tex");
204 ofstream ost(fname_report);
208 cout <<
"poset_classification::post_processing "
209 "before report2" << endl;
211 report2(ost, LG_Draw_options, verbose_level);
213 cout <<
"poset_classification::post_processing "
214 "after report2" << endl;
220 cout <<
"Written file " << fname_report <<
" of size "
230 int f_v = (verbose_level >= 1);
233 cout <<
"orthogonal_space_with_action::report2" << endl;
239 cout <<
"orthogonal_space_with_action::report2 "
240 "before A>report" << endl;
250 cout <<
"orthogonal_space_with_action::report2 "
251 "after A->report" << endl;
255 ost <<
"The group is not available.\\\\" << endl;
259 cout <<
"orthogonal_space_with_action::report2 before O->report" << endl;
263 cout <<
"orthogonal_space_with_action::report2 after O->report" << endl;
268 cout <<
"orthogonal_space_with_action::report2 done" << endl;
options for drawing an object of type layered_graph
basic number theoretic functions
a collection of functions related to file io
long int file_size(std::string &fname)
interface to create latex output files
void head_easy(std::ostream &ost)
void foot(std::ostream &ost)
an orthogonal geometry O^epsilon(n,q)
void report(std::ostream &ost, int verbose_level)
void init(int epsilon, int n, field_theory::finite_field *F, int verbose_level)
a permutation group in a fixed action.
void lex_least_base_in_place(int verbose_level)
void report(std::ostream &ost, int f_sims, groups::sims *S, int f_strong_gens, groups::strong_generators *SG, graphics::layered_graph_draw_options *LG_Draw_options, int verbose_level)
void init_orthogonal_group_with_O(orthogonal_geometry::orthogonal *O, int f_on_points, int f_on_lines, int f_on_points_and_lines, int f_semilinear, int f_basis, int verbose_level)
orthogonal_geometry::orthogonal * O
description of an orthogonal space with action
field_theory::finite_field * F
void report(graphics::layered_graph_draw_options *LG_Draw_options, int verbose_level)
void report2(std::ostream &ost, graphics::layered_graph_draw_options *LG_Draw_options, int verbose_level)
void init_group(int verbose_level)
void init(orthogonal_space_with_action_description *Descr, int verbose_level)
induced_actions::action_on_orthogonal * AO
orthogonal_space_with_action()
orthogonal_space_with_action_description * Descr
~orthogonal_space_with_action()
layer1_foundations::orthogonal_geometry::orthogonal * O
#define Lint_vec_print(A, B, C)
the orbiter library for the classification of combinatorial objects
induced_actions::action_on_orthogonal * AO