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 ClausifierOptions extends Enumeration

    Permalink
  14. object ConstraintSimplifierOptions extends Enumeration

    Permalink
  15. object DNF_CONSTRAINTS extends Param with Product with Serializable

    Permalink

    Turn ground constraints into disjunctive normal form

  16. object ELIMINATE_INTERPOLANT_QUANTIFIERS extends Param with Product with Serializable

    Permalink
  17. 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.

  18. object FULL_HELP extends Param with Product with Serializable

    Permalink
  19. object FULL_SPLITTING extends Param with Product with Serializable

    Permalink

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

  20. object FUNCTIONAL_PREDICATES extends Param with Product with Serializable

    Permalink
  21. object FUNCTION_GC extends Param with Product with Serializable

    Permalink
  22. object FunctionGCOptions extends Enumeration

    Permalink
  23. object GARBAGE_COLLECTED_FUNCTIONS extends Param with Product with Serializable

    Permalink
  24. object GENERATE_TOTALITY_AXIOMS extends Param with Product with Serializable

    Permalink
  25. 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.

  26. object INCREMENTAL extends Param with Product with Serializable

    Permalink
  27. object INLINE_SIZE_LIMIT extends Param with Product with Serializable

    Permalink

    Maximum size of function bodies to inline.

  28. object INPUT_FORMAT extends Param with Product with Serializable

    Permalink
  29. object InputFormat extends Enumeration

    Permalink
  30. object LOGO extends Param with Product with Serializable

    Permalink
  31. object LOG_BACKTRACKING extends LOG_FLAG with Product with Serializable

    Permalink
  32. object LOG_LEMMAS extends LOG_FLAG with Product with Serializable

    Permalink
  33. object LOG_LEVEL extends Param with Product with Serializable

    Permalink

    Enable logging to stderr for specific aspects of the system.

  34. object LOG_SPLITS extends LOG_FLAG with Product with Serializable

    Permalink
  35. object LOG_STATS extends LOG_FLAG with Product with Serializable

    Permalink
  36. object LOG_TASKS extends LOG_FLAG with Product with Serializable

    Permalink
  37. 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

  38. object MATCHING_BASE_PRIORITY extends Param with Product with Serializable

    Permalink
  39. object MODEL_GENERATION extends Param with Product with Serializable

    Permalink
  40. object MOST_GENERAL_CONSTRAINT extends Param with Product with Serializable

    Permalink
  41. object MUL_PROCEDURE extends Param with Product with Serializable

    Permalink
  42. object MulProcedure extends Enumeration

    Permalink
  43. object NEG_SOLVING extends Param with Product with Serializable

    Permalink

    Options for solving problems in positive or negated version

  44. object NONLINEAR_SPLITTING extends Param with Product with Serializable

    Permalink
  45. object NegSolvingOptions extends Enumeration

    Permalink
  46. object NonLinearSplitting extends Enumeration

    Permalink
  47. object PORTFOLIO extends Param with Product with Serializable

    Permalink

    Portfolios optimised for particular domains

  48. object PORTFOLIO_THREAD_NUM extends Param with Product with Serializable

    Permalink
  49. object POS_UNIT_RESOLUTION extends Param with Product with Serializable

    Permalink

    Resolve negative predicate literals in clauses with positive facts

  50. object PREDICATE_MATCH_CONFIG extends Param with Product with Serializable

    Permalink
  51. object PRINT_CERTIFICATE extends Param with Product with Serializable

    Permalink
  52. object PRINT_DOT_CERTIFICATE_FILE extends Param with Product with Serializable

    Permalink
  53. object PRINT_SMT_FILE extends Param with Product with Serializable

    Permalink
  54. object PRINT_TPTP_FILE extends Param with Product with Serializable

    Permalink
  55. object PRINT_TREE extends Param with Product with Serializable

    Permalink
  56. object PROOF_CONSTRUCTION extends Param with Product with Serializable

    Permalink
  57. object PROOF_CONSTRUCTION_GLOBAL extends Param with Product with Serializable

    Permalink
  58. object PROOF_SIMPLIFICATION extends Param with Product with Serializable

    Permalink
  59. object ProofConstructionOptions extends Enumeration

    Permalink

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

  60. object QUIET extends Param with Product with Serializable

    Permalink
  61. object RANDOM_DATA_SOURCE extends Param with Product with Serializable

    Permalink
  62. object RANDOM_SEED extends Param with Product with Serializable

    Permalink
  63. object REAL_RAT_SATURATION_ROUNDS extends Param with Product with Serializable

    Permalink
  64. object REDUCER_PLUGIN extends Param with Product with Serializable

    Permalink
  65. object REDUCER_SETTINGS extends Param with Product with Serializable

    Permalink
  66. object REVERSE_FUNCTIONALITY_PROPAGATION extends Param with Product with Serializable

    Permalink
  67. object SEQ_THEORY_DESC extends Param with Product with Serializable

    Permalink
  68. object SIMPLIFY_CONSTRAINTS extends Param with Product with Serializable

    Permalink
  69. object SINGLE_INSTANTIATION_PREDICATES extends Param with Product with Serializable

    Permalink
  70. object STDIN extends Param with Product with Serializable

    Permalink
  71. 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

  72. 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.

  73. object STRING_THEORY_DESC extends Param with Product with Serializable

    Permalink
  74. object SYMBOL_WEIGHTS extends Param with Product with Serializable

    Permalink
  75. object THEORY_PLUGIN extends Param with Product with Serializable

    Permalink
  76. object TIGHT_FUNCTION_SCOPES extends Param with Product with Serializable

    Permalink
  77. object TIMEOUT extends Param with Product with Serializable

    Permalink
  78. object TIMEOUT_PER extends Param with Product with Serializable

    Permalink
  79. object TRACE_CONSTRAINT_SIMPLIFIER extends Param with Product with Serializable

    Permalink
  80. object TRIGGERS_IN_CONJECTURE extends Param with Product with Serializable

    Permalink
  81. object TRIGGER_GENERATION extends Param with Product with Serializable

    Permalink
  82. object TRIGGER_STRATEGY extends Param with Product with Serializable

    Permalink
  83. object TriggerGenerationOptions extends Enumeration

    Permalink
  84. object TriggerStrategyOptions extends Enumeration

    Permalink
  85. 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.

  86. object VERSION extends Param with Product with Serializable

    Permalink
  87. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  101. 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