Object/Class

ap.parameters

Param

Related Docs: class Param | package parameters

Permalink

object Param

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

Type Members

  1. abstract class LOG_FLAG extends AnyRef

    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. object ABBREV_LABELS extends Param with Product with Serializable

    Permalink
  5. object ADT_MEASURE extends Param with Product with Serializable

    Permalink
  6. object APPLY_BLOCKED_TASKS extends Param with Product with Serializable

    Permalink

    Even apply formulas that have been blocked, as last steps in a proof.

    Even apply formulas that have been blocked, as last steps in a proof. this can be necessary in order to generate genuine models (ModelSearchProver)

  7. object ASSERTIONS extends Param with Product with Serializable

    Permalink
  8. object BOOLEAN_FUNCTIONS_AS_PREDICATES extends Param with Product with Serializable

    Permalink
  9. object CLAUSIFIER extends Param with Product with Serializable

    Permalink
  10. object COMPUTE_MODEL extends Param with Product with Serializable

    Permalink
  11. object COMPUTE_UNSAT_CORE extends Param with Product with Serializable

    Permalink
  12. object CONSTRAINT_SIMPLIFIER extends Param with Product with Serializable

    Permalink
  13. object COUNTER_TIMEOUT extends Param with Product with Serializable

    Permalink
  14. object ClausifierOptions extends Enumeration

    Permalink
  15. object ConstraintSimplifierOptions extends Enumeration

    Permalink
  16. object DNF_CONSTRAINTS extends Param with Product with Serializable

    Permalink

    Turn ground constraints into disjunctive normal form

  17. object ELIMINATE_INTERPOLANT_QUANTIFIERS extends Param with Product with Serializable

    Permalink
  18. object EQUIV_INLINING extends Param with Product with Serializable

    Permalink

    During pre-processing, inline equivalences of the form p <-> f, for some Boolean variable p.

    During pre-processing, inline equivalences of the form p <-> f, for some Boolean variable p.

  19. object FULL_HELP extends Param with Product with Serializable

    Permalink
  20. object FULL_SPLITTING extends Param with Product with Serializable

    Permalink

    Even split propositional formulae that do not contain quantifiers or eliminated constants

  21. object FUNCTIONAL_PREDICATES extends Param with Product with Serializable

    Permalink
  22. object FUNCTION_GC extends Param with Product with Serializable

    Permalink
  23. object FunctionGCOptions extends Enumeration

    Permalink
  24. object GARBAGE_COLLECTED_FUNCTIONS extends Param with Product with Serializable

    Permalink
  25. object GENERATE_TOTALITY_AXIOMS extends Param with Product with Serializable

    Permalink
  26. object HEAP_THEORY extends Param with Product with Serializable

    Permalink
  27. object HeapTheory extends Enumeration

    Permalink
  28. object IGNORE_QUANTIFIERS extends Param with Product with Serializable

    Permalink

    Ignore universal quantifiers in a problem that would require free variables, by converting the quantifiers to existential ones.

  29. object INCREMENTAL extends Param with Product with Serializable

    Permalink
  30. object INLINE_SIZE_LIMIT extends Param with Product with Serializable

    Permalink

    Maximum size of function bodies to inline.

  31. object INPUT_FORMAT extends Param with Product with Serializable

    Permalink
  32. object InputFormat extends Enumeration

    Permalink
  33. object LOGO extends Param with Product with Serializable

    Permalink
  34. object LOG_BACKTRACKING extends LOG_FLAG with Product with Serializable

    Permalink
  35. object LOG_COUNTERS extends LOG_FLAG with Product with Serializable

    Permalink
  36. object LOG_COUNTERS_CONT extends LOG_FLAG with Product with Serializable

    Permalink
  37. object LOG_FACTS extends LOG_FLAG with Product with Serializable

    Permalink
  38. object LOG_LEMMAS extends LOG_FLAG with Product with Serializable

    Permalink
  39. object LOG_LEVEL extends Param with Product with Serializable

    Permalink

    Enable logging to stderr for specific aspects of the system.

  40. object LOG_SPLITS extends LOG_FLAG with Product with Serializable

    Permalink
  41. object LOG_STATS extends LOG_FLAG with Product with Serializable

    Permalink
  42. object LOG_TASKS extends LOG_FLAG with Product with Serializable

    Permalink
  43. object MAKE_QUERIES_PARTIAL extends Param with Product with Serializable

    Permalink

    Use heuristics to distinguish between constructor and query function symbols, and make the latter ones partial

  44. object MATCHING_BASE_PRIORITY extends Param with Product with Serializable

    Permalink
  45. object MGCFormatOptions extends Enumeration

    Permalink
  46. object MGC_FORMAT extends Param with Product with Serializable

    Permalink
  47. object MODEL_GENERATION extends Param with Product with Serializable

    Permalink
  48. object MOST_GENERAL_CONSTRAINT extends Param with Product with Serializable

    Permalink
  49. object MUL_PROCEDURE extends Param with Product with Serializable

    Permalink
  50. object MulProcedure extends Enumeration

    Permalink
  51. object NEG_SOLVING extends Param with Product with Serializable

    Permalink

    Options for solving problems in positive or negated version

  52. object NONLINEAR_SPLITTING extends Param with Product with Serializable

    Permalink
  53. object NONLINEAR_SPLITTING_ORDER extends Param with Product with Serializable

    Permalink
  54. object NegSolvingOptions extends Enumeration

    Permalink
  55. object NonLinearSplitting extends Enumeration

    Permalink
  56. object NonLinearSplittingOrder extends Enumeration

    Permalink
  57. object PORTFOLIO extends Param with Product with Serializable

    Permalink

    Portfolios optimised for particular domains

  58. object PORTFOLIO_THREAD_NUM extends Param with Product with Serializable

    Permalink
  59. object POS_UNIT_RESOLUTION extends Param with Product with Serializable

    Permalink

    Resolve negative predicate literals in clauses with positive facts

  60. object PREDICATE_MATCH_CONFIG extends Param with Product with Serializable

    Permalink
  61. object PRINT_CERTIFICATE extends Param with Product with Serializable

    Permalink
  62. object PRINT_DOT_CERTIFICATE_FILE extends Param with Product with Serializable

    Permalink
  63. object PRINT_RUNTIME extends Param with Product with Serializable

    Permalink
  64. object PRINT_SMT_FILE extends Param with Product with Serializable

    Permalink
  65. object PRINT_TPTP_FILE extends Param with Product with Serializable

    Permalink
  66. object PRINT_TREE extends Param with Product with Serializable

    Permalink
  67. object PROOF_CONSTRUCTION extends Param with Product with Serializable

    Permalink
  68. object PROOF_CONSTRUCTION_GLOBAL extends Param with Product with Serializable

    Permalink
  69. object PROOF_SIMPLIFICATION extends Param with Product with Serializable

    Permalink
  70. object ProofConstructionOptions extends Enumeration

    Permalink

    Globally, we can also choose to construct proofs depending on whether interpolation specs were given (the default)

  71. object QUIET extends Param with Product with Serializable

    Permalink
  72. object RANDOM_DATA_SOURCE extends Param with Product with Serializable

    Permalink
  73. object RANDOM_SEED extends Param with Product with Serializable

    Permalink
  74. object REAL_RAT_SATURATION_ROUNDS extends Param with Product with Serializable

    Permalink
  75. object REDUCER_PLUGIN extends Param with Product with Serializable

    Permalink
  76. object REDUCER_SETTINGS extends Param with Product with Serializable

    Permalink
  77. object REVERSE_FUNCTIONALITY_PROPAGATION extends Param with Product with Serializable

    Permalink
  78. object SEQ_THEORY_DESC extends Param with Product with Serializable

    Permalink
  79. object SIMPLIFY_CONSTRAINTS extends Param with Product with Serializable

    Permalink
  80. object SINGLE_INSTANTIATION_PREDICATES extends Param with Product with Serializable

    Permalink
  81. object SMTParserExtraTheories extends Param with Product with Serializable

    Permalink
  82. object STDIN extends Param with Product with Serializable

    Permalink
  83. object STRENGTHEN_TREE_FOR_SIDE_CONDITIONS extends Param with Product with Serializable

    Permalink

    Represent numeric side conditions (inequalities) in quantified formulas using the StrengthenTree constructor

    Represent numeric side conditions (inequalities) in quantified formulas using the StrengthenTree constructor

  84. object STRING_ESCAPES extends Param with Product with Serializable

    Permalink

    Accept an extended set of escape sequences in strings: \\, \x, \a, \b, \f, \n, \r, \t, \v.

    Accept an extended set of escape sequences in strings: \\, \x, \a, \b, \f, \n, \r, \t, \v. Without this option, only the official SMT-LIB escapes are accepted.

  85. object STRING_THEORY_DESC extends Param with Product with Serializable

    Permalink
  86. object SYMBOL_WEIGHTS extends Param with Product with Serializable

    Permalink
  87. object THEORY_PLUGIN extends Param with Product with Serializable

    Permalink
  88. object TIGHT_FUNCTION_SCOPES extends Param with Product with Serializable

    Permalink
  89. object TIMEOUT extends Param with Product with Serializable

    Permalink
  90. object TIMEOUT_PER extends Param with Product with Serializable

    Permalink
  91. object TRACE_CONSTRAINT_SIMPLIFIER extends Param with Product with Serializable

    Permalink
  92. object TRIGGERS_IN_CONJECTURE extends Param with Product with Serializable

    Permalink
  93. object TRIGGER_GENERATION extends Param with Product with Serializable

    Permalink
  94. object TRIGGER_STRATEGY extends Param with Product with Serializable

    Permalink
  95. object TriggerGenerationOptions extends Enumeration

    Permalink
  96. object TriggerStrategyOptions extends Enumeration

    Permalink
  97. object USE_FUNCTIONAL_CONSISTENCY_THEORY extends Param with Product with Serializable

    Permalink

    Use the FunctionalConsistency dummy theory to represent applications of functionality in proofs.

    Use the FunctionalConsistency dummy theory to represent applications of functionality in proofs.

  98. object VERSION extends Param with Product with Serializable

    Permalink
  99. object WARM_UP extends Param with Product with Serializable

    Permalink

    Before solving any actual tasks, run some other problems for warmup purposes.

    Before solving any actual tasks, run some other problems for warmup purposes. This will reduce the effect of a JVM cold-start.

  100. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  101. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  102. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  104. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  105. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  106. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  107. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  109. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  110. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  111. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  112. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  114. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped