Definition in file mt_test.ex.c.
#include <getopt.h>
#include <math.h>
#include "eg_mem.h"
#include "eg_macros.h"
#include "mt_gomory.h"
#include "mt_tableau.h"
#include "eg_io.h"
Include dependency graph for mt_test.ex.c:

Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| this function reads a problem file, set the cut-callback, and call the MIP solver | |
| static int | parse_args (int argc, char **argv) |
| parsing code | |
| static int | test_MTgomory_cut (void) |
| test MTgomory_cut function, by reading from a file a tableau, and giving it to the function, print the resulting cut, and return | |
| void | usage (char *const prog) |
| usage function | |
Variables | |
| static int | mt_mode = 0 |
| global option variables | |
| static char | tb_file [1024] = "tableau.txt" |
1.4.6