-
Notifications
You must be signed in to change notification settings - Fork 12
/
LICENSE.TXT
46 lines (35 loc) · 1.51 KB
/
LICENSE.TXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
DAOOPT: AND/OR Branch and Bound framework for MPE problems in
graphical models, distributed and sequential.
Copyright (C) 2008-2012 Lars Otten
DAOOPT is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation, either version 3 of the License, or (at your
option) any later version.
DAOOPT is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
You should have received a copy of the GNU General Public License
along with DAOOPT. If not, see <http://www.gnu.org/licenses/>.
---
EXCLUDED CODE: The files described below, in the lib/ folder, are not
covered by the above license:
* Files: lib/mex/*
Join graph cost shifting library, FreeBSD license.
Copyright (C) 2010 Alexander Ihler.
http://www.ics.uci.edu/~ihler/
* Files: lib/cvo/*
Stochastic iterative greedy variable ordering by Kalev Kask
No license specified.
* Files: lib/gzstream.*
gzstream library, LGPL 2.1 license.
Copyright (C) 2001 Deepak Bandyopadhyay, Lutz Kettner
http://www.cs.unc.edu/Research/compgeom/gzstream/
* Files: lib/zlib/*
zlib library, custom license (see zlib.h).
Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler
http://zlib.net/
* Files: lib/sls4mpe/*
sls4mpe solver by Frank Hutter.
No license specified.
http://www.cs.ubc.ca/labs/beta/Projects/SLS4MPE/