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

z3-z3-4.13.0.src.ast.well_sorted.h Maven / Gradle / Ivy

The newest version!
/*++
Copyright (c) 2006 Microsoft Corporation

Module Name:

    well_sorted.h

Abstract:

    

Author:

    Leonardo de Moura (leonardo) 2007-12-29.

Revision History:

--*/
#pragma once

class ast_manager;
class expr;

bool is_well_sorted(ast_manager const & m, expr * n);






© 2015 - 2024 Weber Informatics LLC | Privacy Policy