Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 515 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 515 Bytes

DependencyMiner

Overview

We implemented two efficient algorithms for discovering functional dependency: TANE and DFD using C++ 11.

Authors

Requirements

  • Platform Toolset: Visual Studio 2017 (v141)
  • OpenMP (supported by VS)

Usage

See example in main.cpp