essential_check

Module solution

source
Expand description

Items related to validating Solutions.

Structs§

Enums§

Constants§

Functions§

  • Validate a solution, to the extent it can be validated without reference to its associated predicates.
  • Validate the solution’s slice of SolutionData.
  • Checks a solution against a single predicate using the solution data at the given index.
  • Checks if the given solution data at the given index satisfies the constraints of the given predicate.
  • Checks all of a solution’s SolutionData against its associated predicates.
  • Validate the solution’s state mutations.
  • Validate the solution’s transient data.
  • Reads all pre and post state slots for the given predicate into memory for checking the solution data at the given index.

Type Aliases§