-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
32 lines (31 loc) · 1.28 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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2021-08-20 Fri 08:44 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>NP-Complete Benchmark Instances</title>
<meta name="generator" content="Org mode" />
<meta name="author" content="ThanhVu (Vu) Nguyen" />
<link rel="stylesheet" href="https://nguyenthanhvuh.github.io/files/org.css">
<link rel="alternative stylesheet" href="https://nguyenthanhvuh.github.io/files/org-orig.css">
</head>
<body>
<div id="content">
<h1 class="title">NP-Complete Benchmark Instances</h1>
<ol class="org-ol">
<li><a href="./graphcoloring.html">Graph Coloring and its Generalizations</a></li>
<li><a href="./clique.html">Clique</a></li>
<li><a href="./vertexcovering.html">Vertex Cover</a></li>
<li><a href="./spanningtree.html">Degree Constrainned Spanning Tree</a></li>
</ol>
<hr />
<p>
This website is maintained by
<a href="https://nguyenthanhvuh.github.io">ThanhVu (Vu) Nguyen</a> (<a href="mailto:[email protected]">[email protected]</a>)
and <a href="http://cs.hbg.psu.edu/~bui">Thang Bui</a> (<a href="mailto:[email protected]">[email protected]</a>)
</p>
</div>
</body>
</html>