Skip to content

vivekkatial/QOKit-isa

 
 

Repository files navigation

INFORMS Publication

Running with Docker

docker build -t qokit .

Run the container with the following command:

docker run -p 8888:8888 qokit

Run the container with the following command to mount the current directory:

docker run -v $(pwd):/app -p 8888:8888 qokit

Run the instance and add .env file and mount the current directory:

docker run -v $(pwd):/app --env-file .env -p 8888:8888 qokit

Data Access

For accessing the studied in our publication, please see the folder data/instances-final. The instances are in the format of .graphml files.

Big thanks to the creators of the following libraries:

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.6%
  • C 3.4%
  • Shell 1.6%
  • Other 0.4%