Orbiter 2022
Combinatorial Objects
file_io.cpp File Reference
#include "foundations.h"
#include <cstdio>
#include <sys/types.h>
#include <fcntl.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::orbiter_kernel_system
 The Orbiter kernel. It contains functions related to memory management, os-interface, file-io etc.
 

Macros

#define MY_OWN_BUFSIZE   1000000
 
#define BUFSIZE_READ_SOLUTION_FILE   ONE_MILLION
 
#define READ_INCIDENCE_BUFSIZE   1000000
 

Macro Definition Documentation

◆ BUFSIZE_READ_SOLUTION_FILE

#define BUFSIZE_READ_SOLUTION_FILE   ONE_MILLION

Definition at line 465 of file file_io.cpp.

◆ MY_OWN_BUFSIZE

#define MY_OWN_BUFSIZE   1000000

Definition at line 26 of file file_io.cpp.

◆ READ_INCIDENCE_BUFSIZE

#define READ_INCIDENCE_BUFSIZE   1000000

Definition at line 2800 of file file_io.cpp.