Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 523 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 523 Bytes

Symbolic Reuse Interval Synthesizer By Input-output Examples

This project is trying to explore synthesizing symbolic reuse interval expressions with input-output examples.

How to run this code

Build synthesisizer

cd search-based_synthesizer
mkdir build
cd build
cmake ..
make

Generate executables to produce the data from PolyBench

cd bench
make bench_gen
make trace_gen

Run the system to reorgnize the raw data and synthesis the Symbolic Reuse Interval

cd run
python run.py