File tree Expand file tree Collapse file tree 3 files changed +16
-5
lines changed
Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1+ SLIM (2.2.6) -- 2014/03/26
2+ * new features / support
3+ + tree compression
4+ + parallel pattern matching
5+ + cunit
6+ + functional module
7+ * bug fixes
8+ + swap link
9+ * others
10+ + refactoring
11+
112SLIM (2.2.5) -- 2014/05/31
213 * new features / support
314 + add hash compaction
415 + add hash depth
516 + clearlink instruction (used with swaplink)
617 + atomlist manipulation instructions
718 * bug fixes
8- + atomic_ruleset
19+ + atomic_ruleset
920 + memory leak
1021 + and many minor bug fixes
1122 * others
@@ -15,7 +26,7 @@ SLIM (2.2.4) -- 2013/11/3
1526 * new features / support
1627 + add hlground type
1728 + add swaplink instructions
18-
29+
1930 * bug fixes
2031 + removeground bug with hyperlink
2132 + fix hlground problems
@@ -30,7 +41,7 @@ SLIM (2.2.2) -- 2012/05/12
3041 * new features / support
3142 + extended state-space for optimization problems
3243 ++ add configure option --enable-opt-minmax
33- ++ add --opt-min -opt-max option
44+ ++ add --opt-min -opt-max option
3445
3546 * improve performances
3647 + modified the state compression for hyperlinks
Original file line number Diff line number Diff line change 1- 2.2.5
1+ 2.2.6
Original file line number Diff line number Diff line change 33# $Id: configure.ac,v 1.13 2008/10/05 11:22:41 riki Exp $
44
55AC_PREREQ ( 2.61 )
6- AC_INIT ( [ SLIM] , [ 2.2.5 ] , [ lmntal@ueda.info.waseda.ac.jp] , [ slim] )
6+ AC_INIT ( [ SLIM] , [ 2.2.6 ] , [ lmntal@ueda.info.waseda.ac.jp] , [ slim] )
77# AC_REVISION($Revision: 1.13 $)
88# AC_COPYRIGHT (copyright-notice)
99AC_CANONICAL_TARGET
You can’t perform that action at this time.
0 commit comments