Skip to content

semekh/sharif_cn_pa_evaluator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To setup the test environment: 0. Change your current directory to the same directory containing this README. cd /path/to/here

  1. Install dependencies: apt-get install valgrind python-virtualenv
  2. Setup the virtualenv: virtualenv -p $(which python2) venv
  3. Activate the virtualenv: source venv/bin/activate
  4. Upgrade pip and setuptools: pip install -U pip setuptools
  5. Install python requirements: pip install -r requirements.txt

To run the tests: 0. Activate the virtualenv: source venv/bin/activate

  1. Run the evaluation script by running: ./run.py pa_40443_941_0 run --student_bin /path/to/your/sdp.out

Please note that you can only run your own codes and have not access to the model solution.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages