Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 491 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 491 Bytes

vis-constraints

Vega-Lite and CompassQl as constraints.

Install dependencies with npm install.

Currently needs z3 nightlies or brew install z3 --HEAD.

Run the complete pipeline

Run the command below and change which query to run. The queries are in queries.ts.

npm run run -- --query 0

Debugging

Run npm run start to run with debug output. Add optional --query NUMBER to change which query to run.