-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathChangeLog
48 lines (37 loc) · 1.82 KB
/
ChangeLog
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
47
48
2013-03-14 Mirko Maischberger <mirko.maischberger@gmail.com>
* *: changed constness of the moves and the solutions
passed around. The mets::move_manager now iterates over
const mets::move*
2011-05-05 Mirko Maischberger <mirko.maischberger@gmail.com>
* *: header only library (with fixed bugs)
2009-10-20 Mirko Maischberger <mirko.maischberger@gmail.com>
* debian/*: added packaging file for Debian. You can create deb
package for your GNU/Debian or derived distro using
"dpkg-buildpackage -us -uc -rfakeroot"
2009-10-19 Mirko Maischberger <mirko.maischberger@gmail.com>
* test/permutation_problem_test.cc: a test case for the
permutation problem.
2009-10-17 Mirko Maischberger <mirko.maischberger@gmail.com>
* metslib/mets.h, metslib/mets.cc: added a new model framework
class for permutation problems (mets::permutation_problem) with
specific moves (mets::swap_elements) and
neighborhoods (mets::swap_neighnorhood,
mets::swap_full_neighborhood).
2009-09-07 Mirko Maischberger <mirko.maischberger@gmail.com>
* metslib/mets.h: replaced pure virtual operator= from
feasible_solution with a (less error prone) copy_from method.
2009-04-04 Mirko Maischberger <mirko.maischberger@gmail.com>
* *: project moved to coin-or.
2007-12-23 Mirko Maischberger <mirko.maischberger@gmail.com>
* metslib/mets.h, metslib/tabu-search.cc: removed dependency from
<ext/*> of GCC (using real tr1 now), this should now compile con
Visual Studio as well with few modifications. Removed old unused
code.
2007-11-30 Mirko Maischberger <mirko.maischberger@gmail.com>
* all: 0.4.1, first public release
2007-11-10 Mirko Maischberger <mirko.maischberger@gmail.com>
* all: 0.4.0
2007-11-10 Mirko Maischberger <mirko.maischberger@gmail.com>
* all: Code cleaning
2006-11-21 Mirko Maischberger <mirko.maischberger@gmail.com>
* all: Initial import