#include <cstdlib>
#include <cstdio>
#include <iostream>
#include <fstream>
#include <cstring>
#include "EST.h"
#include "EST_SCFG.h"
#include "siod.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Variables | |
EST_String | outfile = "-" |
EST_String | domain = "nlogp" |
EST_String | values = "equal" |
Definition at line 70 of file scfg_make_main.cc.
EST_String outfile = "-" |
Definition at line 53 of file scfg_make_main.cc.
EST_String domain = "nlogp" |
Definition at line 54 of file scfg_make_main.cc.
EST_String values = "equal" |
Definition at line 55 of file scfg_make_main.cc.