#include <cassert>#include <iomanip>#include <iostream>#include <fstream>#include <sstream>#include <stdexcept>#include <string>#include <list>#include <vector>#include <set>#include <algorithm>#include <cstring>#include "cmd.h"Go to the source code of this file.
Enumerations | |
| enum | Alignment { UNION = 1, INTERSECT, GROW, SRCTOTGT, TGTTOSRC } |
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| const int | MAX_WORD = 10000 |
| const int | MAX_M = 400 |
| const int | MAX_N = 400 |
| const Enum_T | END_ENUM = {0, 0} |
| enum Alignment |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 393 of file symal.cpp.
References CMDENUMTYPE, CMDSTRINGTYPE, DeclareParams(), GetParams(), GROW, INTERSECT, MAX_M, MAX_N, NULL, SRCTOTGT, TGTTOSRC, and UNION.

1.5.9