-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
8 lines (7 loc) · 937 Bytes
/
index.html
1
2
3
4
5
6
7
8
<p>This page hosts assignments visualizations for the <a href="https://www.coursera.org/learn/optimization/">Discrete Optimization</a> course on Coursera. The links below can be used to access the visualizations for various assignments. All of the visualizations use a drag-and-drop interface. Start by dragging a problem input file from the data directory to setup the visualization, then drag a file containing your solution (in the class solution format) into the second box.<p>
<ul>
<li> <a href="https://discreteoptimization.github.io/vis/coloring/"> Graph Coloring Visualization </a> </li>
<li> <a href="https://discreteoptimization.github.io/vis/tsp/"> Traveling Salesman Visualization </a> </li>
<li> <a href="https://discreteoptimization.github.io/vis/facility/"> Facility Location Visualization </a> </li>
<li> <a href="https://discreteoptimization.github.io/vis/vrp/"> Vehicle Routing Visualization </a> </li>
</ul>