Orbiter 2022
Combinatorial Objects
quartic_curve_object_with_action.cpp
Go to the documentation of this file.
1/*
2 * quartic_curve_object_with_action.cpp
3 *
4 * Created on: May 22, 2021
5 * Author: betten
6 */
7
8
9
10
11#include "orbiter.h"
12
13using namespace std;
14
15namespace orbiter {
16namespace layer5_applications {
17namespace applications_in_algebraic_geometry {
18namespace quartic_curves {
19
20
21
23{
24 F = NULL;
25 DomA = NULL;
26 QO = NULL;
27 Aut_gens = NULL;
29 nice_gens = NULL;
31 Syl = NULL;
32 A_on_points = NULL;
33 Orbits_on_points = NULL;
34}
35
37{
38}
39
43 int verbose_level)
44{
45 int f_v = (verbose_level >= 1);
46
47 if (f_v) {
48 cout << "quartic_curve_object_with_action::init" << endl;
49 }
53 F = DomA->Dom->F;
54
55 if (f_v) {
56 cout << "quartic_curve_object_with_action::init done" << endl;
57 }
58}
59
60
61}}}}
62
a particular quartic curve in PG(2,q), given by its equation
a strong generating set for a permutation group with respect to a fixed action
Definition: groups.h:1703
void init(quartic_curve_domain_with_action *DomA, algebraic_geometry::quartic_curve_object *QO, groups::strong_generators *Aut_gens, int verbose_level)
#define FALSE
Definition: foundations.h:234
the orbiter library for the classification of combinatorial objects