Code Prover Verification
To specify whether you are verifying a complete application with a main function or a module without a main function, use the Code Prover verification options. If you are verifying a module, the software generates a main function for you. To fine-tune the generated main function, use these options.
Polyspace Options
Topics
- Specify Polyspace Analysis OptionsSpecify Polyspace® analysis options in Polyspace user interface, other IDE-s or scripts. 
- Verify C Application Without main FunctionLearn the benefits of manually writing a mainfunction versus auto-generating themainfunction.
- Verify C++ ClassesLearn how to perform robustness verification of classes so that it is safe for reuse. 
- Provide Context for C Code VerificationLearn what external context you can provide to narrow down the default verification assumptions. 
- Provide Context for C++ Code VerificationLearn what external context you can provide to narrow down the default verification assumptions. 
- Constrain Variable Ranges for Polyspace Analysis Using Manual Stubs and Manual main() FunctionImprove precision of Polyspace Code Prover™ analysis using your own stubs and main().