formal-methods Questions
1
Solved
What are some code examples demonstrating KeY’s strength?
Details
With so many Formal Method tools available, I was wondering where KeY is better than its competition, and how? Some readable code...
Vlf asked 15/10, 2017 at 10:24
10
Continuing on from ideas in: Are there any provable real-world languages?
I don't know about you, but I'm sick of writing code that I can't guarantee.
After asking the above question and getting ...
Stambul asked 2/11, 2010 at 13:12
3
Does Isabelle/HOL proof assistant have any weaknesses and strengths compared to Coq?
Enlargement asked 10/5, 2015 at 13:44
1
Looking at C, C has good support for formal methods that can be used in-code(frama-c, VCC, verifast). C++ doesn't seem to have any comparable as far as I can tell.
What formal methods are availabl...
Halfbeak asked 22/7, 2014 at 23:54
3
Solved
I have been interested in formal methods for some time. I have used formal methods to reason about some very specific sub-areas of a few projects I have been working on. I was never able to convinc...
Bilabial asked 25/2, 2010 at 13:29
10
Solved
I came upon the Curry-Howard Isomorphism relatively late in my programming life, and perhaps this contributes to my being utterly fascinated by it. It implies that for every programming concept the...
Hooky asked 3/6, 2010 at 19:31
1
Solved
Traditionally most work with computational logic was either propositional, in which case you used a SAT (boolean satisfiability) solver, or first-order, in which case you used a first-order theorem...
Mosaic asked 21/7, 2012 at 13:11
5
Solved
What types of applications have you used model checking for?
What model checking tool did you use?
How would you summarize your experience w/ the technique, specifically in evaluating its ef...
Erato asked 24/8, 2008 at 16:8
3
Solved
Is there a tool which can handle model checking large, real-world, mostly-C++, distributed systems, such as KDE?
(KDE is a distributed system in the sense that it uses IPC, although typically all ...
Vestpocket asked 10/11, 2010 at 6:42
5
Solved
When using formal aspects to create some code is there a generic method of determining a loop invariant or will it be completely different depending on the problem?
Shontashoo asked 29/5, 2010 at 13:46
3
Solved
I'm looking at the requirements for automated software verification, i.e. a program that takes in code (ordinary procedural code written in languages like C and Java), generates a bunch of theorems...
Poundal asked 10/10, 2010 at 23:40
7
Solved
Here's a sort of odd question. I'm in the process of writing a book on learning to program using formal methods, and I'm going to target it toward people with some programming experience. The...
Coulee asked 7/5, 2009 at 0:51
8
Solved
Our client wants us to build a web-based, rich internet application for gathering software requirements. Basically it's a web-based case tool that follows a specific process for getting requi...
Ritchie asked 9/4, 2009 at 19:32
1
Solved
I'm trying to (classically) prove
~ (forall t : U, phi) -> exists t: U, ~phi
in Coq. What I'm trying to do is prove it contrapositively:
1. Assume there is no such t (so ~(exists t: U, ~phi...
Perl asked 11/12, 2010 at 16:57
6
Solved
So...
I teach formal methods in software engineering. I also teach "agile methodologies". Most people seem to think this is contradictory. I think it makes a lot of sense... I also work for ...
Holton asked 2/3, 2009 at 1:35
1
© 2022 - 2024 — McMap. All rights reserved.