Skip to content

Commit 1c01549

Browse files
committed
Adds New option for Metaheuristic Algorithm
1 parent afaed07 commit 1c01549

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

templates/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ <h5 class="modal-title" id="exampleModalLabel">Submit Problem Details</h5>
7575
<option value="cds">CDS</option>
7676
<option value="neh">NEH</option>
7777
</optgroup>
78+
<optgroup label="Metaheuristic Algorithms">
79+
<option value="genetic-algorithm">Genetic Algorithm</option>
80+
</optgroup>
7881
</select>
7982
</div>
8083
</div>
@@ -116,4 +119,4 @@ <h5 class="modal-title" id="exampleModalLabel">Submit Problem Details</h5>
116119
<script src="{{ url_for('static', filename='js/main.js')}}"></script>
117120
</body>
118121

119-
</html>
122+
</html>

0 commit comments

Comments
 (0)