package concolic
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
Branch extends ExecutionTree
A node representing a branching in the execution tree
- class ConcolicEngine extends SymbolicInterpreter
-
sealed
trait
ExecutionTree extends AnyRef
Execution tree node
-
class
ExecutionTreeRoot extends ExecutionTree
Special root node of the execution tree
-
class
SubTreePlaceholder extends ExecutionTree
A node representing a sub-tree of the execution tree with no observed branching
- abstract class SymbolicInterpreter extends Interpreter
-
class
UnsatSubTree extends ExecutionTree
A node representing an unvisited sub-tree of the execution tree, which is known to be unsatisfiable
Value Members
- object ExecutionTree
- object ExecutionTreePrinter
- object SMTSolver
- object SymbolicValues extends ValueSpecification