RLP  1.5
main.h
Go to the documentation of this file.
1 
9 #ifndef _MAIN_
10 #define _MAIN_
11 
12 #include "array.h"
13 #include "read.h"
14 
29 double* loadMatrix(Prob prob,int varc,int condc,int eqc,int type);
30 
42 void printRes(Array vars,double* tab,const char* varob,int varc,int condc,int type);
43 
54 int opt(int argc,char** argv,char** in,char** out);
55 
56 #endif
void printRes(Array vars, double *tab, const char *varob, int varc, int condc, int type)
Prints the result.
Definition: main.c:103
Implementation of a dynamic array.
int opt(int argc, char **argv, char **in, char **out)
Checks the options specified by the user.
Definition: main.c:155
Problem structure.
Definition: read.h:38
Definitions of data types and functions required to read and store the data about the problem...
double * loadMatrix(Prob prob, int varc, int condc, int eqc, int type)
From the info collected by the parser, creates a matrix representing the problem to solve...
Definition: main.c:30
Array structure.
Definition: array.h:23

RLP © 2006, 2009, 2015   Rui Carlos Gonçalves