Mescal
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
 alloc.cAllocation helpers. Please use the macros of alloc.h instead of these
 alloc.hMacros and functions to help memory allocation
 error.hMacros for displaying error messages
 files.hManagement of savefiles
 graphs.hImplementation of graphs
 graphs_tarjan.hImplementation of Tarjan's algorithm
 graphs_transclos.hComputation of transitive closures in graphs
 interrupt.hFunctions to handle interrupts and timeouts
 main.hThe main file of the program
 monoid.hImplementation of morphisms into finite monoids
 monoid_congruences.hComputations of congruences on monoids. Deterministic hierarchies
 monoid_display.h
 monoid_ideals.hComputations of ideals in monoids
 monoid_kernels.hComputation of kernels
 monoid_orbits.hComputation of orbits
 monoid_props.hTests of properties on morphisms
 monoid_sub.h
 nfa.hImplementation of NFAs
 nfa_determi.hDeterminization and complementation of NFAs
 nfa_enum.hEnumeration of DFAs
 nfa_intersec.hIntersection of NFAs
 nfa_mccluskey.hComputation of a regular expression from a NFA with the Brzozowski-McCluskey algorithm
 nfa_minimization.hMinimization
 nfa_patterns.hPatterns equations for DFAs
 nfa_props.h
 parse_regexp.h
 parser.h
 printing.h
 readline.h
 regexp.hImplementation of regular expressions
 regexp_tonfa.hConstruction of a NFA from a regular expression. Thompson's et Glushkov's algorithms
 sep_group.hSeparation by group languages
 sep_pol.hSeparation by classes built with polynomial closure
 shell_autoprops.h
 shell_commands.h
 shell_errors.h
 shell_filtering.hHeader file for objects filtering in the shell
 shell_help.hSingle function which displays the help of the program
 shell_keywords.hKeywords and commands used in the shell
 shell_languages.h
 shell_memb.h
 shell_morprops.hShell functions testing properties of automata
 shell_sclass.h
 shell_separ.h
 shell_test.hSingle function used for tests
 tools.h
 type_abr.hImplementation of AVLs for representing sets of objects
 type_basic.hBasic types
 type_binheap.hImplementation of generic binary heaps
 type_boolarray.hImplementation of Boolean arrays
 type_dequeue.hImplementation of dequeues of unsigned integers
 type_dequeue_gen.hImplementation of generic dequeues which store void pointers
 type_dlist.hImplementation of doubly linked lists
 type_hash.h
 type_partitions.hTypes used to represent partitions. Includes the union-find algorithm
 words.hImplementation of letters and words