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

z3-z3-4.13.0.src.muz.dataflow.dataflow.cpp Maven / Gradle / Ivy

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

Module Name:

    dataflow.cpp

Abstract:

    Generic bottom-up and top-down data-flow engine for analysis
    of rule sets.

Author:
    Henning Guenther (t-hennig)

--*/

#include "muz/dataflow/dataflow.h"
#include "muz/dataflow/reachability.h"

namespace datalog {

    const reachability_info reachability_info::null_fact;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy