JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
at.jku.fmv.qbf.pnf
Interface PrenexingStrategy
All Known Implementing Classes:
ExistsDownForAllUp
,
ExistsUpForAllDown
,
ForAllDownExistsDown
,
ForAllDownExistsUp
,
ForAllUpExistsDown
,
ForAllUpExistsUp
,
ShiftingStrategy
,
SimpleUpDownStrategy
public interface
PrenexingStrategy
A prenexing strategy.
Author:
phlo
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
QBF
apply
(
QBF
formula)
Applies the prenexing strategy to the given formula.
Method Detail
apply
QBF
apply(
QBF
formula)
Applies the prenexing strategy to the given formula.
Parameters:
formula
-
QBF
in NNF
Returns:
QBF
in PNF
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method