package bap-primus-exploring-scheduler
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Evaluates all machines, prioritizing the least visited
Install
dune-project
Dependency
Authors
Maintainers
Sources
v2.3.0.tar.gz
sha256=a6e80853aaaa26b7ca564d9878891d7146ec1c83852541387c1bba1ad036b8ea
md5=13f2cb1e3b9d90348852252fb0f2d09f
doc/bap-plugin-primus_exploring/Primus_exploring_main/Scheduler/index.html
Module Primus_exploring_main.Scheduler
Parameters
module Machine : Bap_primus.Std.Primus.Machine.SSignature
module Eval : sig ... endval enqueue : int -> t -> Bap_primus.Std.Primus.Machine.id -> t Machine.tenqueue 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.
val visit : 'a Bap.Std.Term.t -> unit Machine.tval step : 'a -> unit Machine.tval init : unit -> unit Machine.t sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page