ISLEC
Version 4.2
|
Main function of the ISLRE program. More...
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <getopt.h>
#include <time.h>
#include <math.h>
#include <stdbool.h>
#include "islre.h"
#include "copyright.c"
#include "usage.c"
#include "version.c"
#include "clear_comments.c"
#include "load_db.c"
#include "load_exp.c"
#include "test_load.c"
#include "test_models.c"
#include "psc_model.c"
#include "rkg_model.c"
#include "gem_ipopt.c"
#include "gsl_reg.c"
#include "print_results.c"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argvs[]) |
Variables | |
char * | l_opt_arg |
char *const | short_options = "vh" |
struct option | long_options [] |
Main function of the ISLRE program.
Definition in file islre.c.
struct option long_options[] |