Configure Library Verification
main()Specify options to set up Code Prover to analyze code without
main as a library. 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 Options
Specify Polyspace analysis options in Polyspace user interface, other IDE-s or scripts.
- Verify C Application Without main Function
Learn the benefits of manually writing a
mainfunction versus auto-generating themainfunction. - Verify C++ Classes
Learn how to perform robustness verification of classes so that it is safe for reuse.
- Provide Context for C Code Verification
Learn what external context you can provide to narrow down the default verification assumptions.
- Provide Context for C++ Code Verification
Learn what external context you can provide to narrow down the default verification assumptions.