package bap-primus-exploring-scheduler

  1. Overview
  2. Docs
Evaluates all machines, prioritizing the least visited

Install

Dune Dependency

Authors

Maintainers

Sources

v2.5.0.tar.gz
sha256=9c126781385d2fa9b8edab22e62b25c70bf2f99f6ec78abb7e5e36d63cfa4174
md5=5abd9b3628b43f797326034f31ca574f

doc/bap-plugin-primus_exploring/Primus_exploring_main/Scheduler/index.html

Module Primus_exploring_main.SchedulerSource

Parameters

Signature

Sourcemodule Eval : sig ... end

enqueue level state pid adds pid to the list of ids that will be explored, if the next|pid points to an unvisited term, or to a term that was visited the number of times equal to level. As a side effect will add an unvisited term pointed by next (if any) to the explored mapping, with the number of explorations equal to zero. Also, will leave the machine the state with the given pid.

Sourceval remove_planned_explorations : t -> t
Sourceval reschedule : int -> t -> t Machine.t
Sourceval schedule : t -> t Machine.t
Sourceval visit : 'a Bap.Std.Term.t -> unit Machine.t
Sourceval step : 'a -> unit Machine.t
Sourceval init : unit -> unit Machine.t
OCaml

Innovation. Community. Security.