pelib  2.0.0
src/ampl.cpp File Reference
#include <fstream>
#include <pelib/Algebra.hpp>
#include <pelib/AmplSolver.hpp>
#include <pelib/calculus.h>
Include dependency graph for ampl.cpp:

Go to the source code of this file.

Classes

struct  args

Defines

#define debug(var)   cout << "[" << __FILE__ << ":" << __FUNCTION__ << ":" << __LINE__ << "] " << #var << " = \"" << (var) << "\"" << endl;

Typedefs

typedef struct args args_t

Functions

const Algebrapelib_calculus (const map< const string, const Algebra > &data, size_t argc, char **argv, map< const string, double > &statistics)
void pelib_delete (Algebra *data)

Define Documentation

#define debug (   var)    cout << "[" << __FILE__ << ":" << __FUNCTION__ << ":" << __LINE__ << "] " << #var << " = \"" << (var) << "\"" << endl;

Definition at line 32 of file ampl.cpp.


Typedef Documentation

typedef struct args args_t

Definition at line 42 of file ampl.cpp.


Function Documentation

const Algebra* pelib_calculus ( const map< const string, const Algebra > &  data,
size_t  argc,
char **  argv,
map< const string, double > &  statistics 
)

Definition at line 90 of file ampl.cpp.

void pelib_delete ( Algebra data)

Definition at line 100 of file ampl.cpp.