Package | Description |
---|---|
heros | |
heros.solver | |
heros.template |
Modifier and Type | Interface and Description |
---|---|
interface |
IDETabulationProblem<N,D,M,V,I extends InterproceduralCFG<N,M>>
Defines an IDE tabulation problem as presented in the Sagiv, Reps, Horwitz 1996
(SRH96) paper.
|
Constructor and Description |
---|
BiDiIFDSSolver(IFDSTabulationProblem<N,D,M,I> forwardProblem,
IFDSTabulationProblem<N,D,M,I> backwardProblem)
Instantiates a
BiDiIFDSSolver with the associated forward and backward problem. |
BiDiIFDSSolver(IFDSTabulationProblem<N,D,M,I> forwardProblem,
IFDSTabulationProblem<N,D,M,I> backwardProblem)
Instantiates a
BiDiIFDSSolver with the associated forward and backward problem. |
IFDSSolver(IFDSTabulationProblem<N,D,M,I> ifdsProblem)
Creates a solver for the given problem.
|
JoinHandlingNodesIFDSSolver(IFDSTabulationProblem<N,D,M,I> ifdsProblem) |
PathTrackingIFDSSolver(IFDSTabulationProblem<N,D,M,I> ifdsProblem)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultIDETabulationProblem<N,D,M,V,I extends InterproceduralCFG<N,M>>
This is a template for
IDETabulationProblem s that automatically caches values
that ought to be cached. |
class |
DefaultIFDSTabulationProblem<N,D,M,I extends InterproceduralCFG<N,M>>
This is a template for
IFDSTabulationProblem s that automatically caches values
that ought to be cached. |
Copyright © 2021 Secure Software Engineering Group - University of Paderborn. All rights reserved.