Class GraphSearchUtils.LegalMagRet

java.lang.Object
edu.cmu.tetrad.search.utils.GraphSearchUtils.LegalMagRet
Enclosing class:
GraphSearchUtils

public static class GraphSearchUtils.LegalMagRet extends Object
Stores a result for checking whether a graph is a legal MAG--(a) whether it is (a boolean), and (b) the reason why it is not, if it is not (a String).
  • Constructor Details

    • LegalMagRet

      public LegalMagRet(boolean legalPag, String reason)
  • Method Details

    • isLegalMag

      public boolean isLegalMag()
    • getReason

      public String getReason()