Frama-C-discuss mailing list archives

This page gathers the archives of the old Frama-C-discuss archives, that was hosted by Inria's gforge before its demise at the end of 2020. To search for mails newer than September 2020, please visit the page of the new mailing list on Renater.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] "ACSL by Example" for Sodium


  • Subject: [Frama-c-discuss] "ACSL by Example" for Sodium
  • From: jens.gerlach at fokus.fraunhofer.de (Gerlach, Jens)
  • Date: Tue, 16 Jun 2015 17:44:01 +0000

Dear Frama-C Users,

Fraunhofer FOKUS has just provided an updated version of  “ACSL by Example”.
The new version 11.1.1 can be downloaded  through 

	http://www.fokus.fraunhofer.de/download/acsl_by_example

 The sources can be accessed through the public git repository 

	https://gitlab.fokus.fraunhofer.de/verification/open-acslbyexample.git

This version contains a new chapter (7) on numeric allgorithms, in particular, it provided formal specifications of 
the following algorithms

 
	- ‘accumulate’ 			which computes the sum of the elements in a range
	- ‘inner_product’ 		which computes the inner product of two ranges
	- ‘partial_sum’			which computes the sequence of partial sums of a range
	- ‘adjacent_difference’	which computes the differences of adjacent elements in a range

The implementations of these specifications can be verified with Frama-C/Sodium.

Regards

Jens Gerlach

Head of Verification Group
Fraunhofer FOKUS
Berlin, Germany