~srba/verifytapn/trunk

« back to all changes in this revision

Viewing changes to src/Core/SymbolicMarking/DBMMarking.hpp

  • Committer: Morten Jacobsen
  • Date: 2011-07-15 18:00:28 UTC
  • Revision ID: morten.jacobsen.2k@gmail.com-20110715180028-nngo342wg5ponnxz
- Fixed bug #809860
- Changed version number to 1.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
                virtual unsigned int GetClockIndex(unsigned int token) const { return mapping.GetMapping(token); };
72
72
 
73
73
                virtual void AddTokens(const std::list<int>& placeIndices);
74
 
                virtual void RemoveTokens(const std::vector<int>& tokenIndices);
 
74
                virtual void RemoveTokens(const std::set<int>& tokenIndices);
75
75
 
76
76
                raw_t GetLowerBound(int clock) const { return dbm(0,clock); };
77
77
                const dbm::dbm_t& GetDBM() const { return dbm; };