Make updates and not edges have manual property
[jpf-core.git] / README.md
1 # Java PathFinder
2 [![Build Status](https://travis-ci.org/javapathfinder/jpf-core.svg?branch=master)](https://travis-ci.org/javapathfinder/jpf-core)
3
4 An extensible software model checking framework for Java bytecode programs
5
6 ## General Information about JPF
7
8 All the latest developments, changes, documentation can be found on our
9 [wiki](https://github.com/javapathfinder/jpf-core/wiki) page.
10
11 ## Building and Installing
12
13 If you are having problems installing and running JPF, please look at the [How
14 to install
15 JPF](https://github.com/javapathfinder/jpf-core/wiki/How-to-install-JPF) guide.
16
17
18 We have documented on the wiki a lot of common problems during the install and
19 build processes reported by users.  If you are facing any issue, please, make
20 sure that we have not addressed it in documentation. Otherwise, feel free to
21 contact us at java-pathfinder@googlegroups.com or open an issue on the Issue
22 Tracker.
23
24 ## Documentation
25
26 There is a constant effort to update and add JPF documentation on the wiki.
27 If you would like to contribute in that, please, contact us at
28 java-pathfinder@googlegroups.com.
29
30 Contributions are welcomed and we encourage you to get involved with the
31 community.
32
33 Happy Verification
34 *-- the Java PathFinder team*