Skip to content

smartnova/sgvis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stream graph layout project

Setup

  1. $ git clone ...

  2. $ python3 -m venv venv

  3. $ source venv/bin/activate

  4. $ pip install -r requirements.txt

  5. If you don't already have it, install Z3:

    1. $ git clone https://github.com/Z3Prover/z3.git
    2. $ cd z3
    3. $ python scripts/mk_make.py
    4. $ cd build && make
    5. $ sudo make install

    Alternatively, if you don't have sudo rights, you can manually set your python paths to be able to execute Z3 scripts from anywhere in the project. 5. $ export PYTHONPATH=<YOUR_FILE_PATH_TO_Z3>/build/python 6. $ export LD_LIBRARY_PATH=<YOUR_FILE_PATH_TO_Z3>/build

Run

$ python src/stream_graph.py

or

$ python src/optimize/simple.py

or any other Z3 script in the project in the same way.

Ken's Dropbox link

About

Stream Graph Optimization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages