Commit c0a02df4 authored by Matthew Fernandez's avatar Matthew Fernandez
Browse files

rename 'schedule_*' to 'stack_*' in exhaustive canonicalisation

This code is implementing Heap's algorithm for generating all permutations of a
given range. The parameter that we previously called "schedule" is what is known
as "c" or the "stack" in the pedagogical description of the algorithm. Renaming
it helps avoid confusion, now that we're introducing something else called
"schedule" that is a concept of our own invention.

Github: related to #194 "clearer CEX output with scalarsets"
parent 612727df
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment