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] How to specify the options when calling wp_compute?
- Subject: [Frama-c-discuss] How to specify the options when calling wp_compute?
- From: loic.correnson at cea.fr (Loïc Correnson)
- Date: Wed, 2 Nov 2011 13:18:20 +0100
- In-reply-to: <CALiiei44YrBTUXN609VgLXd1xRNcVEDObkvT4BYA_aJfCcYaAw@mail.gmail.com>
- References: <CALiiei44YrBTUXN609VgLXd1xRNcVEDObkvT4BYA_aJfCcYaAw@mail.gmail.com>
This is done by assigning values to parameters of WP. Use: frama-c -journal-enable -wp -wp-proof z3 -wp-model Hoare ... And have a look to the generated journal. Typically : let run () = ... Dynamic.Parameter.String.set "-wp-proof" "z3"; Dynamic.Parameter.String.set "-wp-model" "Hoare"; ... Regards, L. Le 2 nov. 11 ? 05:36, ??? a ?crit : > Hi, > > I find that some annotations cannot be proved with wp_compute > only, but they are proved in "Frama-C -wp" with some options such as > setting the model as Hoare or setting prover as Z3. I cannot find > how to specify the options when calling wp_compute. Can they be > specified? > > > Best Wishes to You. > > _______________________________________________ > Frama-c-discuss mailing list > Frama-c-discuss at lists.gforge.inria.fr > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/frama-c-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.gforge.inria.fr/pipermail/frama-c-discuss/attachments/20111102/c01ac33c/attachment.htm>
- References:
- [Frama-c-discuss] How to specify the options when calling wp_compute?
- From: njucslzh0714 at gmail.com (刘自恒)
- [Frama-c-discuss] How to specify the options when calling wp_compute?
- Prev by Date: [Frama-c-discuss] How to specify the options when calling wp_compute?
- Next by Date: [Frama-c-discuss] VSTTE 2012 Verification Competition: last call for participation
- Previous by thread: [Frama-c-discuss] How to specify the options when calling wp_compute?
- Next by thread: [Frama-c-discuss] How to specify the options when calling wp_compute?
- Index(es):