Skip to content

Commit c6b10bd

Browse files
committed
Web UI: domain stuck and differential skip in ODE menu
1 parent 849721c commit c6b10bd

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

keymaerax-webui/src/main/resources/templates/menu/differentialequation.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,16 @@
120120
proof-id="{{proofId}}" user-id="{{userId}}" disabled="agenda.items().length <= 0"
121121
name="Unpack Evolution Domain" code-name="diffUnpackEvolDomain"
122122
exec="openTacticPosInputDialog(codeName, 'R')" option-exec="doSearch(codeName, 'R')"></k4-tactic-menu-entry>
123+
<k4-tactic-menu-entry
124+
ng-if="menu.odemenu.kind=='box'"
125+
proof-id="{{proofId}}" user-id="{{userId}}" disabled="agenda.items().length <= 0"
126+
name="Domain Stuck" code-name="domainStuck"
127+
exec="openTacticPosInputDialog(codeName, 'R')" option-exec="doSearch(codeName, 'R')"></k4-tactic-menu-entry>
128+
<k4-tactic-menu-entry
129+
ng-if="menu.odemenu.kind=='diamond'"
130+
proof-id="{{proofId}}" user-id="{{userId}}" disabled="agenda.items().length <= 0"
131+
name="Differential Skip" code-name="dDX"
132+
exec="openTacticPosInputDialog(codeName, 'R')" option-exec="doSearch(codeName, 'R')"></k4-tactic-menu-entry>
123133
<k4-tactic-menu-entry
124134
ng-if="menu.odemenu.kind=='box'"
125135
proof-id="{{proofId}}" user-id="{{userId}}" disabled="agenda.items().length <= 0"

0 commit comments

Comments
 (0)