adamtool / webinterface

The web interface for the tool Adam (AdamMC and AdamSYNT) providing an intuitive, visual definition of Petri nets with transits and Petri games, and an interactive interface to the algorithms of AdamMC and AdamSYNT. Contains the repos (as submodules): libs, framework, logics, modelchecking, examples, synthesizer, high-level, webinterface-backend.
http://adam.informatik.uni-oldenburg.de:4567/
GNU General Public License v3.0
5 stars 2 forks source link

SYNT: Collect all bad successors of a state in the two-player game into one state #40

Open mgieseking opened 4 years ago

mgieseking commented 4 years ago

To improve the visibility and performance of the two-player game:

Show for each state having several bad successors (normally there are a lot) only one bad successor. Clicking this successor expands all other successors. Clicking an unfolded successor collapses the states again.