package libzipperposition

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Libzipperposition.ClauseQueueSource

Priority Queue of clauses

Heuristic selection of clauses, using a priority queue. Only one queue is used, but the priority of a clause is determined by a combination of criteria that should include at least one fair criterion (e.g. the age of the clause, so that older clauses are more likely to be chosen).

Sourceval profile_of_string : string -> profile
Sourceval get_profile : unit -> profile
Sourceval set_profile : profile -> unit
Sourcemodule type S = ClauseQueue_intf.S
Sourcemodule Make (C : Clause.S) : S with module C = C
OCaml

Innovation. Community. Security.