| CSCI P545 Computer Science Department Indiana University | Mon Mar 3 13:02:36 EST 2008 © [SDJ] |
or.smv contains the resulting model.
vw.
To configure vw, you need to set environment
variables.
Add the following commands to your shell initialization file:
NOTE: This example uses the TCSH command-line shell whose initialization file is
setenv SMV_DIR /l/ddd/smvsetenv PATH $SMV_DIR/bin:$PATHsetenv MANPATH $SMV_DIR/man:$MANPATHsetenv LD_LIBRARY_PATH $SMV_DIR/lib:$LD_LIBRARY_PATH
~/.cshrc. Other shells have (e.g. BASH) have
different syntax for setting ENV variables, and different initialization
files. It is a good idea, to enter these commands manually first,
to verify that they work. If not, the likely reason is that
LD_LIBRAY_PATH does not exist in your environment.
In this case, omit the ":$LD_LIBRARY_PATH" from the last
line above.
The vi program is at /l/ddd/smv/bin/vw.
vw on or.smv
and verify the SPEC formulas.
or.smv saying,
"It is (im)possible for an event to be counted more than once."
Again use vw, to generate a trace
in which a single event is counted more than once.
or-report