load
now works as expected for ratexps in awalipy.
aut_to_exp
is now a method of class Automaton.
explore
is now accessible.
aut_to_exp
now works on ratexps.
strip_history
is now accessible.
minimal-automaton
is now properly declared as possibly taking an automaton or an expression
enumerate
now longer display weights for Boolean automata
english-dict
: it accepts a large but finite language.
CYTHON_BIN
was not used, and it is clearly stated.
add_compile_definitions
from
CMakeLists.txt
to enforce the compatibility of awali with
CMake 3.1.
product
) is
now commutative and should no longer cause compilation errors of module
promotion
.
fsm_json_v0
load
now correctly loads example rational
expressions.
aut-to-exp
now is available for transducers
aut-to-exp
now accepts a method
optional argument as it already did in other layers.
explore_with_bound
and explore_by_length
are
now correctly accessible from awalipy.
minimal_automaton
now treats correctly incomplete that are
not co-accessible.
awalipy
fail at
import
on some configuration of MacOS.
edit
when the terminal
was about 60 characters wide.
new
now follows specification when used
together with --output=json
: it skips editting and prints an
empty automaton.
new
now sets correctly the name and caption
of the automaton, when provided through options --caption/-C
and --name/-N
.
explore-by-length
allows to bound by the length of words:
the resulting automaton is correct for every word the length of which
is below given depth.
explore-with-bound
allows to bound each component of the
weightsed subset-construction.
This functionality requires the weightset to be either: ℕ, ℤ, ℕ∪∞, or
N[k].
promote_ratexp
promote
commandRatExp
.left_mult_standard
in dyn.
left-mult
with option -Mstandard
.
subnormalize
in dyn and cora. This function applies letterize_tape
to the two first tapes of the automaton,
followed by proper_here
.
eval-aut
, and
eval-word
into eval
. Command
eval
launch one of the three command depending on the
type of parameter.
AWALICPP_MODULE_COMPILE_DIR
and
COMPILE_MODULE_IN_INSTALL_DIR
, to govern where are compiled the
dyn modules at execution.
Dernière Last modification: 11 Janvier January 2022