Skip to content

Commit df211cc

Browse files
committed
minor update and bump version to 0.3.0
1 parent dfba0e2 commit df211cc

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

docs/231.pdf

282 KB
Binary file not shown.

sources/uARMSolver.cpp

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
/**
2-
* Association Rule Mining Test Program
3-
* Based on nature-inspired algorithms (DE, PSO etc.)
4-
* Written By: Iztok Fister
5-
* FERI Maribor
6-
* Maribor, Slovenia
7-
* iztok.fister@um.si
8-
* Created: July 2020
9-
* Last Modified: 11/9/20
10-
* Revision: 1.0
11-
*
12-
* Help function (add version number) - fixed at 2.10.2020 by Fister Iztok.
13-
*
2+
* Numerical Association Rule Mining using DE, PSO...
143
*/
154

165
#include <stdio.h>
@@ -164,7 +153,7 @@ int main(int argc, char* argv[])
164153
*/
165154
void help(FILE * stream)
166155
{
167-
fprintf(stream, "uARMSolver version 1.0 (October 2020)\n\n"); // fixed at 2.10.2020 by Fister Iztok
156+
fprintf(stream, "uARMSolver version 0.3.0 (July 2024)\n\n");
168157
fprintf(stream, "Syntax\n");
169158
fprintf(stream, " uARMSolver [-v|-?] [-s'arm.set'|-s 'arm.set']\n");
170159
}

0 commit comments

Comments
 (0)