lp:~boginw/verifypn/fix-branch
Created by
Bogi
on
2020-09-25
and last modified on
2020-09-25
- Get this branch:
- bzr branch lp:~boginw/verifypn/fix-branch
Branch merges
Propose for merging
- Peter Gjøl Jensen: Disapprove on 2020-09-25
-
Diff: 563 lines (+64/-64)12 files modifiedinclude/PetriEngine/PQL/Expressions.h (+1/-1)
include/PetriEngine/PetriNetBuilder.h (+1/-1)
include/PetriEngine/TAR/TARAutomata.h (+4/-4)
src/PetriEngine/PQL/Expressions.cpp (+27/-27)
src/PetriEngine/Reachability/ResultPrinter.cpp (+1/-1)
src/PetriEngine/Reducer.cpp (+8/-8)
src/PetriEngine/ReducingSuccessorGenerator.cpp (+1/-1)
src/PetriEngine/Simplification/LinearProgram.cpp (+1/-1)
src/PetriEngine/TAR/Solver.cpp (+1/-1)
src/PetriEngine/TAR/TARReachability.cpp (+5/-5)
src/PetriEngine/TAR/TraceSet.cpp (+6/-6)
src/VerifyPN.cpp (+8/-8)
Recent revisions
- 228. By Bogi on 2020-09-25
-
Changed `*.size() > 0` to `!*.empty()` and `*.size() == 0` to `*.empty()`
- 225. By <email address hidden> on 2020-09-11
-
merged in lp:~verifypn-maintainers/verifypn/interval_tar doing
- Implements TAR w/o z3, but using a simple integer inference engine for Hoare logic.
- Replaces LP-Solve with GLPK, reduces computation-time and memory overhead
- Implements new global properties, translated into CTL formulae. - 222. By <email address hidden> on 2020-04-26
-
updated MCC20 scripts and added README file for installing the VM
- 219. By <email address hidden> on 2019-04-23
-
merged in lp:~verifypn-cpn/verifypn/eq-push-fix-trunk fixing a problem with equality check
in NIM model
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:verifypn