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

z3-z3-4.12.6.src.model.model_pp.h Maven / Gradle / Ivy

There is a newer version: 4.13.0.1
Show newest version
/*++
Copyright (c) 2011 Microsoft Corporation

Module Name:

    model_pp.h

Abstract:

    Pretty printer for models for debugging purposes.

Author:

    Leonardo de Moura (leonardo)

Revision History:


--*/
#pragma once

#include
class model_core;

void model_pp(std::ostream & out, model_core const & m);





© 2015 - 2024 Weber Informatics LLC | Privacy Policy