#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] | argc | number of arguments passed in command line |
| [in] | argv | command 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.