mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
add dummy file to fix build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
cb1e564d77
commit
769127d531
1 changed files with 25 additions and 0 deletions
25
src/muz/dataflow/dataflow.cpp
Normal file
25
src/muz/dataflow/dataflow.cpp
Normal file
|
@ -0,0 +1,25 @@
|
|||
/*++
|
||||
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 "dataflow.h"
|
||||
|
||||
namespace datalog {
|
||||
|
||||
void dummy_dataflow() {
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue