Package com.ibm.wala.fixpoint

This package provides general utilities for fixed-point solvers.

See:
          Description

Interface Summary
FixedPointConstants Constants used in the fixed-point solver framework
IFixedPointSolver Solves a set of constraints
IFixedPointStatement The general form of a statement definition in an iterative solver is: x >= term, where term can be any complex expression whose free variables are among the IVariables of the constraint system this IFixedPointStatementis part of (x represents the left-hand side of the constraint).
IFixedPointSystem Represents a set of IFixedPointStatements to be solved by a IFixedPointSolver
IVariable Represents a single variable in a fixed-point iterative system.
 

Class Summary
BitVectorVariable A BitVector variable for dataflow analysis.
BooleanVariable A boolean variable for dataflow analysis.
IntSetVariable A variable for dataflow analysis, representing a set of integers.
TrueOperator Operator U(n) = true
UnaryOr Operator U(n) = U(n) | U(j)
 

Package com.ibm.wala.fixpoint Description

This package provides general utilities for fixed-point solvers.