5 changed files with 61 additions and 6 deletions
			
			
		- 
					4src/storm-gspn/storage/gspn/GSPN.cpp
 - 
					7src/storm-gspn/storage/gspn/GSPN.h
 - 
					36src/storm-gspn/storage/gspn/GspnBuilder.cpp
 - 
					2src/storm-gspn/storage/gspn/GspnBuilder.h
 - 
					18src/storm-gspn/storage/gspn/TransitionPartition.h
 
@ -0,0 +1,18 @@ | 
				
			|||
#pragma once | 
				
			|||
#include <vector> | 
				
			|||
 | 
				
			|||
namespace storm { | 
				
			|||
    namespace gspn { | 
				
			|||
         | 
				
			|||
        struct TransitionPartition { | 
				
			|||
            std::vector<uint64_t> transitions; | 
				
			|||
            uint64_t priority; | 
				
			|||
             | 
				
			|||
             | 
				
			|||
            uint64_t nrTransitions() const { | 
				
			|||
                return transitions.size(); | 
				
			|||
            } | 
				
			|||
        }; | 
				
			|||
         | 
				
			|||
    } | 
				
			|||
} | 
				
			|||
						Write
						Preview
					
					
					Loading…
					
					Cancel
						Save
					
		Reference in new issue