Fuzzy sets for Ada 5.3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Fuzzy sets for Ada 5.3 (Default branch)
# 1  
Old 07-13-2008
Fuzzy sets for Ada 5.3 (Default branch)

ImageFuzzy sets for Ada is a library providingimplementations of confidence factors with theoperations not, and, or, xor, +, and *, classicalfuzzy sets with the set-theoretic operations andthe operations of the possibility theory,intuitionistic fuzzy sets with the operations onthem, fuzzy logic based on the intuitionisticfuzzy sets and the possibility theory; fuzzynumbers, both integer and floating-point withconventional arithmetical operations, andlinguistic variables and sets of linguisticvariables with operations on them. String-orientedI/O is supported. A rich set of GTK+ GUI widgets is provided.License: GNAT Modified GPL (GMGPL)Changes:
This version was adapted to GNAT GPL 2008, GtkAda2.10.2, and Units of Measurements for Ada v2.8. Abug was fixed in Get_Value_As for dimensionednumbers, linguistic variables, and sets.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
ASISTANT(1)							    ASIS Tools							       ASISTANT(1)

NAME
asistant - interactive command-line ASIS tool SYNOPSIS
asistant program DESCRIPTION
ASIS is the Ada Semantic Interface Specification; it is an application programming interface that allows Ada programs to inspect the struc- ture of other Ada programs. GNAT, the GNU Ada compiler, can parse Ada source text and produce tree files suitable for use through ASIS. asistant is an interactive command-line tool with a simple language that allows you to inspect the semantic information about a compiled program. Thus you can learn ASIS and try ASIS queries interactively before writing them in your programs. AUTHOR
ASIS-for-GNAT was originally developed by the ASIS-for-GNAT team at the Software Engineering Laboratory of the Swiss Federal Insti- tute of Technology (LGL-EPFL) in Lausanne, Switzerland, in cooperation with the Scientific Research Computer Center of Moscow State University (SRCC MSU), Russia, with funding partially provided by grants from the Swiss National Science Foundation and the Swiss Academy of Engineering Sciences. ASIS-for-GNAT is now maintained by AdaCore (http://www.adacore.com). This manual page was written by Ludovic Brenta <ludovic@ludovic-brenta.org> for the Debian project, COPYRIGHT
Copyright (c) 1995-2006, Free Software Foundation, Inc. SEE ALSO
gnat(1), gnatcheck(1), gnatelim(1), gnatmetric(1), gnatpp(1), gnatstub(1) A short introduction to asistant in /usr/share/doc/libasis-dev/tutorial/using_asistant/README info asis_ug ASIS-for-GNAT User's Guide, provided by by package libasis-doc in the Info system, and in text, PDF and HTML formats in /usr/share/doc/libasis-doc. (asis-doc is in the non-free sec- tion of Debian). info asis_rm ASIS-for-GNAT Reference Manual, same package. GNU Ada Tools May 2006 ASISTANT(1)