Object

ostrich.cesolver.util

ParikhUtil

Related Doc: package util

Permalink

object ParikhUtil

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParikhUtil
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type State = dk.brics.automaton.State

    Permalink
  2. type TLabel = (Char, Char)

    Permalink
  3. type Transition = (dk.brics.automaton.State, (Char, Char), dk.brics.automaton.State, Seq[Int])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val MAX_DETERMIN_EXPAND: Double

    Permalink
  5. val MAX_MINIMIZE_SIZE: Int

    Permalink
  6. val MIN_COUNTING_SIZE_APPROX: Int

    Permalink
  7. val MIN_LOG_REG_SUM_PARIKH: Int

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def bug(s: Any): Unit

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. var debugOpt: Boolean

    Permalink
  12. def debugPrintln(s: Any): Unit

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def findAcceptedWord(auts: Seq[CostEnrichedAutomatonBase], registersModel: Map[ITerm, IdealInt], flags: OFlags): Option[Seq[Int]]

    Permalink
  17. def findAcceptedWordByRegistersComplete(aut: CostEnrichedAutomatonBase, registersModel: Map[ITerm, IdealInt], flags: OFlags): Option[Seq[Int]]

    Permalink
  18. def findAcceptedWordByTransTimesComplete(aut: CostEnrichedAutomatonBase, registersModel: Map[ITerm, IdealInt], flags: OFlags): Option[Seq[Int]]

    Permalink
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def getImage(aut: CostEnrichedAutomatonBase, states: Set[State], lbl: TLabel): Set[State]

    Permalink
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. def isEmptyString(aut: CostEnrichedAutomatonBase): Boolean

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def log(s: Any): Unit

    Permalink
  25. var logOpt: Boolean

    Permalink
  26. def measure[A](op: String)(comp: ⇒ A)(implicit manualFlag: Boolean = true): A

    Permalink
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. def parikhImage(aut: CostEnrichedAutomatonBase, explicitTrans2Term: Map[(dk.brics.automaton.State, (Char, Char), dk.brics.automaton.State, Seq[Int]), ITerm] = Map()): IFormula

    Permalink
  31. def partition(aut: CostEnrichedAutomatonBase, str: Seq[Char]): Iterable[(State, State, Seq[Int])]

    Permalink

    find all states vec triple (s, t, v) such that s ---(str,v)--> t and v is the sum of updates on the path

  32. def sumVec(v1: Seq[Int], v2: Seq[Int]): Seq[Int]

    Permalink
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def throwWithStackTrace(e: Throwable): Nothing

    Permalink
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. def todo(s: Any, urgency: Int): Unit

    Permalink
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped