-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
73 lines (54 loc) · 2.8 KB
/
contact.html
File metadata and controls
73 lines (54 loc) · 2.8 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<title>jsprit | java toolkit for rich VRPs and TSPs</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="jsprit is a java based, open source toolkit for solving rich traveling salesman (TSP) and vehicle routing problems (VRP)">
<meta name="keywords" content="vrp, tsp, vehicle routing, vehicle routing algorithm, open source, optimization"/>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="author" content="Stefan Schröder">
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/jumbotron-narrow.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="header">
<ul class="nav nav-pills">
<li><a href="index.html"><span class="glyphicon glyphicon-home"></span> Home</a></li>
<li><a href="references.html"> References</a></li>
<li class="active"><a href="contact.html"><i class="fa fa-envelope"></i> Contact</a></li>
<li><a href="about.html"><span class="glyphicon glyphicon-user"></span> About</a></li>
<li><a href="https://github.com/jsprit/jsprit"><i class="fa fa-github"></i> View on GitHub</a></li>
</ul>
<!--<div class="container-fluid">-->
<!--<a class="brand" href="index.html"> <img height="30" width="30" src="img/tsp_new.png"> jsprit</a>-->
<!--</div>-->
<!--<h3 class="text-muted"><span class="glyphicon glyphicon-home"></span>jsprit</h3>-->
</div>
<div class="page-header">
<h1>Contact</h1>
</div>
<h3>Mailing list</h3>
<p>In the <a href="https://discuss.graphhopper.com/">forum</a> you can
discuss jsprit related issues and you will probably get answers to your questions.</p>
<h3>Issue Tracker</h3>
<p>For bugs, feature requests or similar use the
<a href="https://github.com/jsprit/jsprit/issues">issue tracker</a>.</p>
<h3>Email</h3>
<p>If you cannot get help in the mailing list or you just do not want to discuss your topic publicly,
send an email to:
<p><strong>info@jspr.it</strong> </p>
<div class="footer">
<p>© jsprit 2014</p>
</div>
</div> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
</body>
</html>