/vis-constraints

Vega-Lite and Compassql as constraints

Primary LanguageTypeScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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.