Skip to content

Commit a9ffa4f

Browse files
committed
Adds bruteforce to options in template
1 parent fdb348c commit a9ffa4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ <h5 class="modal-title" id="exampleModalLabel">Submit Problem Details</h5>
6767
<label for="algorithm"><span class="text-muted">Algorithm</span></label>
6868
<select id="algorithm" name="algorithm" class="form-control">
6969
<optgroup label="Exact algorithms">
70-
<option value="johnson">Johnson</option>
70+
<option value="johnson">Johnson (2 machines only)</option>
71+
<option value="bruteforce">bruteforce</option>
7172
</optgroup>
7273
<optgroup label="Heuristic algorithms">
7374
<option value="palmer">Palmer's Heuristic</option>

0 commit comments

Comments
 (0)