• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-2,7342,192

lib/H03-May-2022-5,4834,391

tst/H03-May-2022-659571

COPYINGH A D03-May-202218.1 KiB351290

PackageInfo.gH A D03-May-20223.4 KiB10589

README.mdH A D03-May-20221.7 KiB5735

init.gH A D03-May-2022813 2321

makedoc.gH A D03-May-2022355 1814

read.gH A D03-May-2022947 2623

versionH A D03-May-20225 21

README.md

1
2The GAP 4 package `thelma'
3==================================
4
5Introduction
6------------
7
8This is release 1.02 of  the package `thelma'.
9
10The features of this package include
11
12         - checking the single threshold element realizability of a given boolean function;
13         - finding the threshold element representation of a boolean function;
14         - finding the boolean function from the given network of threshold elements;
15	 - realization of neural elements over finite fields;
16
17There is a manual in the sub-directory 'doc' written using the GAP package
18gapdoc which describes the available functions in detail. The pdf and html
19versions of the manual are also available there.
20
21
22If you have used this package, please let us know by sending
23us an email.  If you  have found important features missing or if there is a
24bug, we would appreciate it very much if you send us an email
25
26Victor Bovdi   <vbovdi@gmail.com>
27Vasyl Laver     <vasyl.laver@uzhnu.edu.ua>
28
29or use the issue tracker: https://github.com/gap-packages/Thelma/issues
30
31Contents
32--------
33With this version you should have obtained the following files and
34directories:
35
36        README          this file
37
38        doc             the manual
39
40        lib             the GAP code
41
42        init.g          the file that initializes this package
43
44        read.g          the file that reads in the package
45
46	PackageInfo.g	information file for automatic processing
47
48	version		the version number 1.02
49
50Installation
51------------
52
53As this package does not contain any C code, to install it just unpack the archive in the "pkg" directory of your
54GAP installation folder. Then enter command "LoadPackage( "thelma" );".
55
56Good luck!
57