-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsolvers.html
32 lines (23 loc) · 966 Bytes
/
solvers.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SAT Competition 2018</title>
<link rel="stylesheet" href="main.css" type="text/css">
<link rel="icon" type="image/x-icon" href="doge2.ico">
<script src="https://www.w3schools.com/lib/w3.js"></script>
<style>a#solvers { color:#c20114; }</style>
</head>
<body>
<div class="main">
<div class="navigation" w3-include-html="navigation.html"></div>
<script>w3.includeHTML();</script>
<div class="content">
<h1>SAT Competition 2018</h1>
<h2>Participating Solvers</h2>
<p>Solver source codes are available <a href="https://github.com/satcompetition/2018/tree/master/solvers">here</a>.</p>
<p>Solver descriptions can be found in the <a href="http://hdl.handle.net/10138/237063">Proceedings of the SAT Competition 2018: Solver and Benchmark Descriptions</a>.</p>
</div>
</div>
</body>
</html>