'ElMo-Knock'

main.cpp File Reference

#include <iostream>
#include <fstream>
#include <getopt.h>
#include <string.h>
#include <time.h>
#include <iomanip>
#include <assert.h>
#include "general_hash_functions.h"
#include "ufes.h"
#include "enumeffknocks.h"
#include "options.h"
#include "util.h"
#include "bitefm.h"

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 Main function for the program to find multiple reaction knockouts using elementary modes.

Function Documentation

int main ( int  argc,
char **  argv 
)

Main function for the program to find multiple reaction knockouts using elementary modes.

Parameters:
[in]argcnumber of arguments passed in command line
[in]argvcommand line strings. the only accepted options is the for the name of options file ( -c configs.knock)
Returns:
See also:

Definition at line 34 of file main.cpp.

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines