RLP
1.5
Main Page
Data Structures
Files
File List
Globals
rlp
src
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
printRes
void printRes(Array vars, double *tab, const char *varob, int varc, int condc, int type)
Prints the result.
Definition:
main.c:103
array.h
Implementation of a dynamic array.
opt
int opt(int argc, char **argv, char **in, char **out)
Checks the options specified by the user.
Definition:
main.c:155
SProb
Problem structure.
Definition:
read.h:38
read.h
Definitions of data types and functions required to read and store the data about the problem...
loadMatrix
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
SArray
Array structure.
Definition:
array.h:23
RLP © 2006, 2009, 2015
Rui Carlos Gonçalves