All Downloads are FREE. Search and download functionalities are using the official Maven repository.

z3-z3-4.13.0.src.model.model_params.pyg Maven / Gradle / Ivy

The newest version!
def_module_params('model',
                  export=True,
                  params=(('partial', BOOL, False, 'enable/disable partial function interpretations'),
                          ('v1', BOOL, False, 'use Z3 version 1.x pretty printer'),
                          ('v2', BOOL, False, 'use Z3 version 2.x (x <= 16) pretty printer'),
                          ('compact', BOOL, True, 'try to compact function graph (i.e., function interpretations that are lookup tables)'),
                          ('inline_def', BOOL, False, 'inline local function definitions ignoring possible expansion'),
                          ('user_functions', BOOL, True, 'include user defined functions in model'),
                          ('completion', BOOL, False, 'enable/disable model completion'),
                          ))





© 2015 - 2024 Weber Informatics LLC | Privacy Policy