ISLEC  Version 4.2
Functions | Variables
islec.c File Reference

Main function of the ISLEC program. More...

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <getopt.h>
#include <time.h>
#include <math.h>
#include <stdbool.h>
#include "islec.h"
#include "copyright.c"
#include "usage.c"
#include "version.c"
#include "clear_comments.c"
#include "load_db.c"
#include "test_load.c"
#include "test_models.c"
#include "psc_model.c"
#include "rkg_model.c"
#include "gem_ipopt.c"
#include "print_results.c"
#include "sim_process.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 []
 

Detailed Description

Main function of the ISLEC program.

Author
Dongdong Li ddong.nosp@m._li@.nosp@m.hotma.nosp@m.il.c.nosp@m.om
Date
2018-05-26
Version
4.2.0.1

Definition in file islec.c.

Function Documentation

◆ main()

int main ( int  argc,
char *  argvs[] 
)

Definition at line 60 of file islec.c.

Variable Documentation

◆ l_opt_arg

char* l_opt_arg

Definition at line 52 of file islec.c.

◆ long_options

struct option long_options[]
Initial value:
= {
{ "version", 0, NULL, 'v'},
{ "help", 0, NULL, 'h'},
{ 0, 0, 0, 0}
}

Definition at line 54 of file islec.c.

◆ short_options

char* const short_options = "vh"

Definition at line 53 of file islec.c.