Skip to content

Commit

Permalink
#295, first sketchy implementation of PartitionProjection (working ti…
Browse files Browse the repository at this point in the history
…tle, the "downarrow" projection operator that is used to transform the program according to the heap separation result)
  • Loading branch information
alexandernutz committed Jan 18, 2018
1 parent dc6fae0 commit 5582c84
Show file tree
Hide file tree
Showing 3 changed files with 409 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package de.uni_freiburg.informatik.ultimate.icfgtransformer.heapseparator;

import java.util.Set;

public class LocationBlock {
// Set<IProgramVar> mAssociatedArrag

Set<EdgeInfo> mLocations;

}
Loading

0 comments on commit 5582c84

Please sign in to comment.