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 afaed07 commit 1c01549Copy full SHA for 1c01549
templates/index.html
@@ -75,6 +75,9 @@ <h5 class="modal-title" id="exampleModalLabel">Submit Problem Details</h5>
75
<option value="cds">CDS</option>
76
<option value="neh">NEH</option>
77
</optgroup>
78
+ <optgroup label="Metaheuristic Algorithms">
79
+ <option value="genetic-algorithm">Genetic Algorithm</option>
80
+ </optgroup>
81
</select>
82
</div>
83
@@ -116,4 +119,4 @@ <h5 class="modal-title" id="exampleModalLabel">Submit Problem Details</h5>
116
119
<script src="{{ url_for('static', filename='js/main.js')}}"></script>
117
120
</body>
118
121
-</html>
122
+</html>
0 commit comments