package problem
- Alphabetic
- Public
- Protected
Type Members
- abstract class IFDSProblem[Fact <: IDEFact, Statement, Callable <: Entity] extends IDEProblem[Fact, IFDSValue, Statement, Callable]
Interface for modeling IFDS problems based on an IDE problem.
- trait IFDSValue extends IDEValue
Type for modeling values for IFDS problems that are solved with an IDE solver.
Value Members
- object AllBottomEdgeFunction extends problem.AllBottomEdgeFunction[IFDSValue]
Edge function evaluating all source values to the bottom value.
- case object Bottom extends IFDSValue with Product with Serializable
Bottom value (all result facts have the bottom value)
- object IFDSLattice extends MeetLattice[IFDSValue]
Lattice to use for IFDS problems that are solved with an IDE solver.
- case object Top extends IFDSValue with Product with Serializable
Top value