Module fixpoint_encoding

Source
Expand description

Encoding of the refinement tree into a fixpoint constraint.

Modulesยง

fixpoint

Structsยง

ConstInfo ๐Ÿ”’
ExprEncodingCtxt ๐Ÿ”’
FixpointCtxt
FixpointKVar ๐Ÿ”’
KVarDecl ๐Ÿ”’
KVarEncodingCtxt ๐Ÿ”’
During encoding into fixpoint we generate multiple fixpoint kvars per kvar in flux. A KVarEncodingCtxt is used to keep track of the state needed for this.
KVarGen
LocalVarEnv ๐Ÿ”’
Environment used to map from rty::Var to a fixpoint::LocalVar.
SortEncodingCtxt ๐Ÿ”’
Keep track of all the data sorts that we need to define in fixpoint to encode the constraint.
TagIdx

Enumsยง

KVarEncoding
How an rty::KVar is encoded in the fixpoint constraint
Key ๐Ÿ”’

Functionsยง

bv_size_to_fixpoint ๐Ÿ”’
const_to_fixpoint ๐Ÿ”’
mk_implies ๐Ÿ”’

Type Aliasesยง

ConstMap ๐Ÿ”’
DefMap ๐Ÿ”’
FixQueryCache