Skip to content

JohnDoeAntler/Verifix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verifix: Verified Repair of Programming Assignments

Contributors:

Authors

Umair Z. Ahmed*, Zhiyu Fan*, Jooyong Yi, Omar I. Al-Bataineh, Abhik Roychoudhury

Principal Investigator

Abhik Roychoudhury

Publication

To be update

Supported system and language

  • Ubuntu > 16.04
  • Python > 3.8

Setup

  1. Prerequisite packages
  • clang > 12.0.0
  • pip3
  • clara
sudo apt update
sudo apt install clang-12
sudo apt install python3-pip
  1. Install dependencies
pip3 install -r requirements.txt

Running Verifix

python3 -m srcU.main -m repair -pc data/examples/simple_correct.c -pi data/examples/simple_incorrect.c -tc data/examples/simple_tests/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 87.5%
  • Python 12.5%