d2::trans_multi: Add --mi option (useful for debugging multi-alignment
[Ale.git] / d2 / trans_multi.cc
blob7bee0edd1616b7d74773c43544bf45b3aba63301
1 // Copyright 2008 David Hilvert <dhilvert@auricle.dyndns.org>
3 /* This file is part of the Anti-Lamenessing Engine.
5 The Anti-Lamenessing Engine is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 3 of the License, or
8 (at your option) any later version.
10 The Anti-Lamenessing Engine is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
15 You should have received a copy of the GNU General Public License
16 along with the Anti-Lamenessing Engine; if not, write to the Free Software
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 #include "trans_multi.h"
23 * See trans_multi.h for details on these variables.
26 ale_pos trans_multi::_multi_decomp = 100;
27 ale_pos trans_multi::_multi_improvement = 0;