Package modelcounter

Class AutomataBasedModelCounting


  • public class AutomataBasedModelCounting
    extends Object
    • Field Detail

      • TIMEOUT

        public static int TIMEOUT
    • Constructor Detail

      • AutomataBasedModelCounting

        public AutomataBasedModelCounting​(owl.ltl.LabelledFormula formula,
                                          boolean exhaustive)
      • AutomataBasedModelCounting

        public AutomataBasedModelCounting​(gov.nasa.ltl.graph.Graph<String> input_graph,
                                          boolean exhaustive)
    • Method Detail

      • buildTransferMatrix

        public org.ejml.data.DMatrixRMaj buildTransferMatrix​(gov.nasa.ltl.graph.Graph<String> nba)
        Build the Transfer Matrix for the given DFA
        Parameters:
        nba - is the DFA
        Returns:
        a n x n matrix M where M[i,j] is the number of transitions from state si to state sj