Previous: , Up: Dezyne IDE View Commands   [Contents][Index]


4.2.11 Invoking ide verify

The ide verify command runs the dzn verify command. If verification errors are found, the ide daemon provides a sequence view that can be viewed with a browser.

ide ide-option… verify optionFILE

Running

ide verify examples/compliance_provides_bool.dzn

will have the trace.html view show

images/ide-verify-compliance_provides_bool

The options can be among the following:

--help
-h

Display help on invoking ide verify, and then exit.

--import=dir
-I dir

Add directory dir to import path.

--model=model
-m model

Limit verification to model, and for behavioral component model, to its interfaces.

Note: Verification cannot be applied to system components models; verifying a system model is a no-op.

--queue-size=size
-q size

Use queue size size for verification, the default is 3.

--verbose
-v

Be more verbose, show progress.