Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
7b3b5861
Commit
7b3b5861
authored
5 years ago
by
Loïc Correnson
Committed by
Andre Maroneze
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[install] installation of external provers
parent
efaf302e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
INSTALL.md
+16
-0
16 additions, 0 deletions
INSTALL.md
with
16 additions
and
0 deletions
INSTALL.md
+
16
−
0
View file @
7b3b5861
...
...
@@ -70,6 +70,22 @@ so that we can add it to the Frama-C `depext` package.
# install Frama-C
opam install frama-c
### Configuring provers for Frama-C/WP
Frama-C/WP uses the Why-3 platform to run external provers for proving ACSL annotations.
The Why-3 platform and the Alt-Ergo prover are automatically installed _via_ opam
when installing Frama-C.
However, CVC4 or Z3 are also very efficient provers to be used alternatively or in combination with Alt-Ergo.
Actually, you can use any prover supported by Why-3 in combination with Frama-C/WP.
Most provers are available on all platforms, although you shall configure Why-3 after installation
to make them available for Frama-C/WP:
```shell
why3 config --detect
```
### Known working configuration
The following set of packages is known to be a working configuration for
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment