We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb348c commit a9ffa4fCopy full SHA for a9ffa4f
templates/index.html
@@ -67,7 +67,8 @@ <h5 class="modal-title" id="exampleModalLabel">Submit Problem Details</h5>
67
<label for="algorithm"><span class="text-muted">Algorithm</span></label>
68
<select id="algorithm" name="algorithm" class="form-control">
69
<optgroup label="Exact algorithms">
70
- <option value="johnson">Johnson</option>
+ <option value="johnson">Johnson (2 machines only)</option>
71
+ <option value="bruteforce">bruteforce</option>
72
</optgroup>
73
<optgroup label="Heuristic algorithms">
74
<option value="palmer">Palmer's Heuristic</option>
0 commit comments