Main Content

Set depth of verification inside structures

Specify that depth of verification inside structures must be specified

Since R2023b

Description

Specify whether you want to set the option Depth of verification inside structures (-k-limiting).

Set Option

Set the option using one of these methods:

Why Use This Option

If your code is structured with many levels, then a Polyspace® Code Prover™ verification might be slower than you expect. In such a case, use this option to enable the option Depth of verification inside structures (-k-limiting) so that you can limit the depth of verification.

Settings

On

Polyspace enables the option Depth of verification inside structures (-k-limiting).

Off (default)

Polyspace keeps the field Depth of verification inside structures (-k-limiting) disabled.

Command-Line Information

Parameter: -k-limiting
Value: positive integer
Example (Code Prover): polyspace-code-prover -sources file_name -k-limiting 3
Example (Code Prover Server): polyspace-code-prover-server -sources file_name -k-limiting 3

Version History

Introduced in R2023b