Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
119
Issues
119
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
419c40e8
Commit
419c40e8
authored
Jun 22, 2011
by
Jean-Christophe Filliâtre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quick headers to put VSTTE'10 solutions online
parent
9ac18bf3
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
35 additions
and
10 deletions
+35
-10
examples/programs/vstte10_aqueue.mlw
examples/programs/vstte10_aqueue.mlw
+7
-2
examples/programs/vstte10_inverting.mlw
examples/programs/vstte10_inverting.mlw
+7
-2
examples/programs/vstte10_max_sum.mlw
examples/programs/vstte10_max_sum.mlw
+7
-2
examples/programs/vstte10_queens.mlw
examples/programs/vstte10_queens.mlw
+7
-2
examples/programs/vstte10_search_list.mlw
examples/programs/vstte10_search_list.mlw
+7
-2
No files found.
examples/programs/vstte10_aqueue.mlw
View file @
419c40e8
(* VSTTE'10 competition http://www.macs.hw.ac.uk/vstte10/Competition.html
Problem 5: amortized queue *)
(*
VSTTE'10 competition http://www.macs.hw.ac.uk/vstte10/Competition.html
Problem 5: amortized queue
Author: Jean-Christophe Filliâtre (CNRS)
Tool: Why3 (see https://gforge.inria.fr/projects/why3/)
*)
module AmortizedQueue
...
...
examples/programs/vstte10_inverting.mlw
View file @
419c40e8
(* VSTTE'10 competition http://www.macs.hw.ac.uk/vstte10/Competition.html
Problem 2: inverting an injection *)
(*
VSTTE'10 competition http://www.macs.hw.ac.uk/vstte10/Competition.html
Problem 2: inverting an injection
Author: Jean-Christophe Filliâtre (CNRS)
Tool: Why3 (see https://gforge.inria.fr/projects/why3/)
*)
module InvertingAnInjection
...
...
examples/programs/vstte10_max_sum.mlw
View file @
419c40e8
(* VSTTE'10 competition http://www.macs.hw.ac.uk/vstte10/Competition.html
Problem 1: maximum and sum of an array *)
(*
VSTTE'10 competition http://www.macs.hw.ac.uk/vstte10/Competition.html
Problem 1: maximum and sum of an array
Author: Jean-Christophe Filliâtre (CNRS)
Tool: Why3 (see https://gforge.inria.fr/projects/why3/)
*)
module MaxAndSum
...
...
examples/programs/vstte10_queens.mlw
View file @
419c40e8
(* VSTTE'10 competition http://www.macs.hw.ac.uk/vstte10/Competition.html
Problem 4: N-queens *)
(*
VSTTE'10 competition http://www.macs.hw.ac.uk/vstte10/Competition.html
Problem 4: N-queens
Author: Jean-Christophe Filliâtre (CNRS)
Tool: Why3 (see https://gforge.inria.fr/projects/why3/)
*)
module NQueens
...
...
examples/programs/vstte10_search_list.mlw
View file @
419c40e8
(* VSTTE'10 competition http://www.macs.hw.ac.uk/vstte10/Competition.html
Problem 3: searching a linked list *)
(*
VSTTE'10 competition http://www.macs.hw.ac.uk/vstte10/Competition.html
Problem 3: searching a linked list
Author: Jean-Christophe Filliâtre (CNRS)
Tool: Why3 (see https://gforge.inria.fr/projects/why3/)
*)
module SearchingALinkedList
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment