hyrise / index_selection_evaluation

Platform to evaluate index selection algorithms
MIT License
80 stars 25 forks source link

Where is CoPhy code #43

Closed hnjylwb closed 3 years ago

hnjylwb commented 3 years ago

I didn't find the implementation of CoPhy in the code. Could you please add the CoPhy code?

klauck commented 3 years ago

We implemented CoPhy using AMPL. (The code is already in the repo.)

Programming model: [https://github.com/hyrise/index_selection_evaluation/blob/refactoring/benchmark_results/cophy_ampl_model.mod]()

Input data for TPC-H: [https://github.com/hyrise/index_selection_evaluation/blob/refactoring/benchmark_results/tpch_wo_2_17_20/cophy_ampl_data_tpch_3_1.txt]()

hnjylwb commented 3 years ago

Oh I see, thanks!