Class DFISymbolicDPASolver

  • All Implemented Interfaces:
    SymbolicDPASolver

    public class DFISymbolicDPASolver
    extends Object
    implements SymbolicDPASolver
    This is a symbolic implementation of the explicit fix-point iteration algorithm with freezing as described in https://doi.org/10.4204/EPTCS.305.9. The symbolic implementation is based on http://essay.utwente.nl/81974/ but is adapted to operate on the automaton directly instead of converting to a game first.