main.h File Reference
#include "fplll.h"
#include <cstring>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  Options
 

Macros

#define ABORT_MSG(y)
 
#define CHECK(x, y)
 

Enumerations

enum  Action {
  ACTION_LLL , ACTION_HKZ , ACTION_BKZ , ACTION_SVP ,
  ACTION_CVP , ACTION_HLLL , ACTION_PRU
}
 

Macro Definition Documentation

◆ ABORT_MSG

#define ABORT_MSG (   y)
Value:
{ \
cerr << "fplll: " << y << endl; \
exit(1); \
}

◆ CHECK

#define CHECK (   x,
 
)
Value:
if (!(x)) \
ABORT_MSG(y)

Enumeration Type Documentation

◆ Action

enum Action
Enumerator
ACTION_LLL 
ACTION_HKZ 
ACTION_BKZ 
ACTION_SVP 
ACTION_CVP 
ACTION_HLLL 
ACTION_PRU