For each estimation
of the amount of memory available, an upper bound on the number of states
that can be generated exhaustively (e.g., using "standard" CAESAR, OPEN/CAESAR's
Generator, etc.). Notice that this number is not merely the quotient of the
amount of memory available divided by the state size, because auxiliary
data structures must also be considered.
Notice, however, that this number
is only an upper bound, since the amount of
memory required for dynamic
data types, hash tables, and other data structures, etc., is not taken into
account.
Note: the predictor program is not very useful when applied to
BCG graphs, since the graph has already been generated.
The options
bcg_opt, if any, are passed to bcg_lib
.
The options caesar_opt, if
any, are passed to caesar
and to caesar.adt
.
The options exp_opt,
if any, are passed to exp.open
.
The options fsp_opt, if any, are passed
to fsp.open
.
The options lnt_opt, if any, are passed to lnt.open
.
The options seq_opt, if any, are passed to seq.open
.
The options cc_opt,
if any, are passed to the C compiler.
- $CADP_MEMORY
- If this variable is set, its value gives an estimation of the amount of
memory (in kilobytes) that can be allocated by a process on the current
machine; if this variable is not set, a default value will be determined
automatically. See the $CADP/INSTALLATION file for details.
Exit
status is 0 if everything is alright, 1 otherwise.
When the source
is erroneous, error messages are issued.
Hubert Garavel (INRIA Rhone-Alpes)
- spec.bcg
- BCG graph (input)
- spec.exp
- network of communicating LTSs
(input)
- spec.lotos
- LOTOS specification (input)
- spec.lts
- FSP specification
(input)
- spec.lnt
- LOTOS NT specification (input)
- spec.seq
- sequence file (input)
The source code of this tool is available in file $CADP/src/open_caesar/predictor.c
CAESAR Reference Manual, OPEN/CAESAR Reference Manual, bcg_open
,
bcg
, caesar.open
, caesar
, caesar.adt
, exp.open
,
fsp.open
, lnt.open
, seq.open
Additional information is
available from the CADP Web page located at http://www.inrialpes.fr/vasy/cadp
Directives for installation are given in file $CADP/INSTALLATION.
Recent
changes and improvements to this software are reported and commented in
file $CADP/HISTORY.
Please report new bugs to Hubert.Garavel@inria.fr
Table of Contents