package herdtools7

  1. Overview
  2. Docs
val constraint_binop : AST.binop -> AST.int_constraint list -> AST.int_constraint list -> AST.int_constraint list

constraint_binop op cs1 cs2 is the set of constraints given by the element wise application of op.

Supported ops: DIV, DIVRM, MUL, PLUS, MINUS, SHR, SHL, MOD, POW.

module type CONFIG = sig ... end
module Make (C : CONFIG) : sig ... end
val filter_reduce_constraint_div : AST.int_constraint -> AST.int_constraint option
OCaml

Innovation. Community. Security.