public class ResolutionProofDAG extends KahinaMemDAG
collapsed, edgeLabels, endNodes, incomingEdges, nextEdgeID, nextNodeID, nodeCaptions, outgoingEdges, roots, startNodes, status
needsUpdate
Constructor and Description |
---|
ResolutionProofDAG(CnfSatInstance satInstance) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Integer> |
getClauseForNode(int nodeID) |
java.lang.String |
getNodeCaption(int id) |
int |
getRefutationNode() |
void |
setNodeClause(int id,
java.util.List<java.lang.Integer> clause) |
addEdge, addEdge, addNode, addNode, collapse, decollapse, decollapseAll, findShortestPathFromRoot, getEdgeIDIterator, getEdgeLabel, getEndNode, getIncomingEdges, getNextFreeEdgeID, getNextFreeNodeID, getNodeIDIterator, getNodeStatus, getOutgoingEdges, getRoots, getSize, getStartNode, getVisibleChildren, getVisibleParents, importXML, isCollapsed, nodeIsVisible, setEdgeLabel, setEndNode, setNodeCaption, setNodeStatus, setStartNode
addEdgeNoDuplicates, addEdgeNoDuplicates, exportXML, getEdgeBetween, toggleCollapse
needsUpdate, requireUpdate
public ResolutionProofDAG(CnfSatInstance satInstance)
public int getRefutationNode()
public void setNodeClause(int id, java.util.List<java.lang.Integer> clause)
public java.util.List<java.lang.Integer> getClauseForNode(int nodeID)
public java.lang.String getNodeCaption(int id)
getNodeCaption
in class KahinaMemDAG