Orbiter 2022
Combinatorial Objects
geometry_global.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::geometry
 Projective geometry over a finite field and related topics.
 

Macros

#define Choose2(x)   ((x*(x-1))/2)
 

Macro Definition Documentation

◆ Choose2

#define Choose2 (   x)    ((x*(x-1))/2)

Definition at line 1381 of file geometry_global.cpp.