Yannick Moy 00d88d5e16 Merge branch 'topic/475-kanig-merge' into '24.2'
don't use default value when reading in proof results

Issue: eng/spark/spark2014#475

See merge request eng/spark/why3!43
2024-01-16 07:56:55 +00:00
2020-10-21 16:04:06 +02:00
2023-05-17 11:15:20 +02:00
2023-04-12 21:06:08 +02:00
2023-04-04 15:47:58 +02:00
2023-04-04 15:47:58 +02:00
2023-05-17 11:15:20 +02:00
2018-03-29 15:15:30 +02:00
2023-05-17 11:15:20 +02:00
2023-04-12 21:06:08 +02:00
2019-03-06 15:12:52 +01:00
2023-02-08 15:30:42 +01:00
2018-06-22 16:39:55 +02:00
2023-05-17 11:15:20 +02:00
2023-05-17 11:15:20 +02:00
2023-05-17 11:15:20 +02:00
2021-03-13 10:24:39 +01:00
2015-11-03 15:55:41 +01:00
2010-12-16 22:51:57 +01:00
2019-02-11 17:15:01 +01:00
2018-12-17 09:52:58 +01:00

Note

This repository is NOT the official Why3 repository. It is a clone of Why3 for its use in SPARK. Please report any issues or pull requests to the original project.

WHY3

Why3 is a platform for deductive program verification. It provides a rich language for specification and programming, called WhyML, and relies on external theorem provers, both automated and interactive, to discharge verification conditions. Why3 comes with a standard library of logical theories (integer and real arithmetic, Boolean operations, sets and maps, etc.) and basic programming data structures (arrays, queues, hash tables, etc.). A user can write WhyML programs directly and get correct-by-construction OCaml programs through an automated extraction mechanism. WhyML is also used as an intermediate language for the verification of C, Java, or Ada programs.

PROJECT HOME

http://why3.lri.fr/

https://gitlab.inria.fr/why3/why3

DOCUMENTATION

The documentation (a tutorial and a reference manual) is in the file doc/manual.pdf or online at http://why3.lri.fr/doc/.

Various examples can be found in the subdirectories stdlib/ and examples/.

Mailing list (Why3 Club): http://lists.gforge.inria.fr/mailman/listinfo/why3-club

Bug Tracking System: https://gitlab.inria.fr/why3/why3/issues

This program is distributed under the GNU LGPL 2.1. See the enclosed file LICENSE.

The files src/util/extmap.ml{i} are derived from the sources of OCaml 3.12 standard library, and are distributed under the GNU LGPL version 2 (see file OCAML-LICENSE).

Icon sets for the graphical interface of Why3 are subject to specific licenses, some of them may forbid commercial usage. These specific licenses are detailed in files share/images/*/*.txt.

INSTALLATION

See the file INSTALL.md.

Description
No description provided
Readme LGPL-2.1 231 MiB
Languages
OCaml 79.4%
Coq 13.8%
C 1.6%
Shell 1.4%
Makefile 1.4%
Other 2.3%