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] Help with using user-declared functions in preconditions


  • Subject: [Frama-c-discuss] Help with using user-declared functions in preconditions
  • From: jens.gerlach at fokus.fraunhofer.de (Gerlach, Jens)
  • Date: Sat, 15 Jun 2019 10:15:50 +0000
  • In-reply-to: <mailman.7.1560592812.11901.frama-c-discuss@lists.gforge.inria.fr>
  • References: <mailman.7.1560592812.11901.frama-c-discuss@lists.gforge.inria.fr>

Hello Rod,

for something like stack you can look at our approach in Chapter 11 of “ACSL by Example”

	https://github.com/fraunhoferfokus/acsl-by-example/blob/master/ACSL-by-Example.pdf

The code of the examples and the various logic functions and predicates can be found under

	https://github.com/fraunhoferfokus/acsl-by-example