Skip to content

Latest commit

 

History

History

Buffers

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Buffers

Compile the buffers code from the source repository, where this README lies:

mkdir bin
make

Install dependencies

In order to run the Buffers command you will need to install graphviz, graphviz-dev and pkg-config (if not already installed), which you can do with the following commands:

sudo apt install graphviz
sudo apt install graphviz-dev
sudo apt install pkg-config

You will also need to install the cbc (Coin-or branch and cut) MILP solver, which you can do with the following command:

sudo apt install coinor-cbc

Run buffer opt

bin/buffers buffers -filename=name -period=period 

Here, period indicates target CP (ns).

For example:

bin/buffers buffers -filename=examples/fir -period=5

To see all command options and parameters, run:

bin/buffers buffers -help