DDeepin Developerfeat: Init commit
9df0a864创建于 2022年12月20日历史提交
/*++
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;
}