-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (54 loc) · 2.43 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="base-min.css" rel="stylesheet"/>
<link href="style.css" rel="stylesheet"/>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
<title>TIP: Tons of Inductive Problems</title>
</head>
<body>
<div class="header">
<h1>TIP: Tons of Inductive Problems</h1>
</div>
<div class="content">
<h3>The specification:</h3>
<div class="link"><a href="format.html">Format specification</a><p>With examples. See also the <a href="bnf.html">BNF</a>.</p></div>
<div class="link"><a href="http://www.cse.chalmers.se/~jomoa/papers/cicm15-TIP.pdf">CICM Article</a><p><em>TIP: Tons of Inductive problems</em>, presented at <a href="http://cicm-conference.org/2015/cicm.php">CICM 2015</a>.</p></div>
<div class="link"><a href="http://www.cse.chalmers.se/~nicsma/papers/tip-tools.pdf">LPAR Article</a><p><em>TIP: Tools for Inductive Provers</em>, presented at <a href="">LPAR 2015</a>.</p></div>
<h3>The current version of the benchmarks:</h3>
<div class="link"><a href="tip-benchmarks-0.4.tar.gz">tip-benchmarks-0.4.tar.gz</a>
<p>The benchmarks in TIP format. This is an extension of SMT-LIB with
polymorphism and higher order functions.</p>
</div>
<div class="link"><a href="tip-benchmarks-0.4-smtlib.tar.gz">tip-benchmarks-0.4-smtlib.tar.gz</a>
<p>The problems converted to SMT-LIB format.
In this version, polymorphism is removed heuristically by
monomorphisation, and higher-order functions are eliminated using
defunctionalisation.</p>
</div>
<div class="link"><a href="tip-benchmarks-0.4-why3.tar.gz">tip-benchmarks-0.4-why3.tar.gz</a>
<p>The problems converted to Why3ML. A few benchmarks do not pass Why3's termination checker.</p>
</div>
<h3>The repositories:</h3>
<div class="link">
<a href="http://github.com/tip-org/benchmarks">tip-org/benchmarks</a>
<p>The repo containing all the benchmarks</p>
</div>
<div class="link">
<a href="http://github.com/tip-org/tools">tip-org/tools</a>
<p>Tools for translating from TIP itself or Haskell into other formats like WhyML.</p>
</div>
<h3>Contact:</h3>
<div>
<a href="https://github.com/tip-org/benchmarks/issues">The benchmarks' issue tracker</a>
</div>
<div>
<a href="mailto:[email protected]">Nick Smallbone</a>
<a href="mailto:[email protected]">Moa Johansson</a>
<a href="mailto:[email protected]">Koen Claessen</a>
</div>
</div>
</body>
</html>