sldvmakefilter
Generate filter file containing justification rules for objectives with
Unsatisfiable
, Dead Logic
,
Falsified
, Falsified - No Counterexample
, or
Error - Needs Simulation
status in sldvData
file
Since R2022a
Syntax
Description
generates a filter file from the filterFile
= sldvmakefilter(model
,dataFile
)sldvData
file
dataFile
. The function names the
filterFile
in the format [modelName
'_filter.cvf
'] by default and saves it to the current
working directory.
If a file by this name already exists in the current directory, the function appends the justification rules to that file.
saves the filter file with the name or to the path specified in
filterFile
= sldvmakefilter(model
,dataFile
,filterFile
)filterFile
.
If the file specified in filterFile
already exists, the
function appends the justification rules to that file.
Input Arguments
Output Arguments
Version History
Introduced in R2022a