Package edu.cmu.tetrad.search.utils
Class GraphSearchUtils.LegalPagRet
java.lang.Object
edu.cmu.tetrad.search.utils.GraphSearchUtils.LegalPagRet
- Enclosing class:
- GraphSearchUtils
Stores a result for checking whether a graph is a legal PAG--(a) whether it is (a boolean), and (b) the reason
why it is not, if it is not (a String).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LegalPagRet
-
-
Method Details
-
isLegalPag
public boolean isLegalPag() -
getReason
-