Merge lp:~tapaal-contributor/tapaal/remove-nongame-queries into lp:tapaal
Proposed by
Lena Said
on 2020-08-18
Status: | Merged |
---|---|
Approved by: | Jiri Srba on 2020-08-24 |
Approved revision: | 1106 |
Merged at revision: | 1085 |
Proposed branch: | lp:~tapaal-contributor/tapaal/remove-nongame-queries |
Merge into: | lp:tapaal |
Diff against target: |
87 lines (+45/-1) 2 files modified
src/dk/aau/cs/gui/TabContent.java (+36/-0) src/pipe/dataLayer/TAPNQuery.java (+9/-1) |
To merge this branch: | bzr merge lp:~tapaal-contributor/tapaal/remove-nongame-queries |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jiri Srba | 2020-08-18 | Approve on 2020-08-24 | |
Review via email:
|
Commit message
Remove affected queries when changing to game nets
Description of the change
When changing a net from non-game to game, the queries that aren't supported by the game feature is removed
To post a comment you must log in.
lp:~tapaal-contributor/tapaal/remove-nongame-queries
updated
on 2020-08-19
lp:~tapaal-contributor/tapaal/remove-nongame-queries
updated
on 2020-08-20
review:
Approve
The exclusion is too restrictive in these checks: Option( ).equals( ReductionOption .VerifyTAPNdisc reteVerificatio n) on().equals( TAPNQuery. TraceOption. NONE) on().equals( TAPNQuery. SearchOption. HEURISTIC) imationEnabled( ) mationEnabled( )
!q.getReduction
+ || !q.getTraceOpti
+ || q.getSearchOpti
+ || q.isUnderApprox
+ || q.isOverApproxi
+ || q.useTimeDarts()
+ || q.useGCD()
These should be changed so that the query is legal (whenever possible).