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

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

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

Module Name:

    display_dimacs.h

Abstract:

    Display expressions in DIMACS format.
    
Author:

    Nikolaj Bjorner (nbjorner0 2019-01-24

Revision History:

--*/
#pragma once

#include "ast.h"

std::ostream& display_dimacs(std::ostream& out, expr_ref_vector const& fmls, bool include_names);

std::ostream& display_wcnf(std::ostream& out, expr_ref_vector const& fmls, svector> const& soft);





© 2015 - 2024 Weber Informatics LLC | Privacy Policy