Interface PartiallyBalancedTabulationProblem<T,P,F>

Type Parameters:
T - type of node in the supergraph
P - type of a procedure (like a box in an RSM)
F - type of factoids propagated when solving this problem
All Superinterfaces:
TabulationProblem<T,P,F>
All Known Implementing Classes:
Slicer.SliceProblem

public interface PartiallyBalancedTabulationProblem<T,P,F> extends TabulationProblem<T,P,F>
A TabulationProblem with additional support for computing with partially balanced parentheses.
  • Method Details