factoring_program.h File Reference

The logic common to all TIFA's factorization executable programs. More...

#include <gmp.h>
#include "array.h"
#include "exit_codes.h"
#include "factoring_machine.h"

Go to the source code of this file.

Data Structures

struct  struct_factoring_program
 Defines a structure to represent the logic behind all factorization programs. More...

Defines

#define _TIFA_FACTORING_PROGRAM_H_

Typedefs

typedef struct
struct_factoring_program 
factoring_program_t
 Equivalent to struct struct_factoring_program.

Functions

ecode_t run_program (factoring_program_t *const program)
 Run a factoring program.


Detailed Description

The logic common to all TIFA's factorization executable programs.

Author:
Jerome Milan
Date:
Fri Jun 10 2011
Version:
2011-06-10

Definition in file factoring_program.h.


Define Documentation

#define _TIFA_FACTORING_PROGRAM_H_

Standard include guard.

Definition at line 33 of file factoring_program.h.


Function Documentation

ecode_t run_program ( factoring_program_t *const   program  ) 

Run a factoring program.

Run an actual factoring program from the command line.

Parameters:
program The factoring_program_t to run.


Generated on Fri Jun 17 11:10:11 2011 for TIFA by Doxygen 1.5.5