Skip to content
  • Klaus Aehlig's avatar
    Add a module for htools' algorithm parameters · 8e9dfe5c
    Klaus Aehlig authored
    
    
    Over time, the htools accumulated quite a few flags influencing
    the moves considered by htools. So far, all those flags are passed
    as positional arguments. This bares the risk of passing them in wrong
    order as type checking cannot distinguish different arguments of the
    same type (usually Bool). It also renders the function calls hard
    to read. So, add a module capsuling the parameters as named record
    fields.
    
    Signed-off-by: default avatarKlaus Aehlig <aehlig@google.com>
    Reviewed-by: default avatarPetr Pudlak <pudlak@google.com>
    8e9dfe5c