An open API service indexing awesome lists of open source software.

https://github.com/thyeem/lot

A wrapper for a CSP solver using a domain-specific language
https://github.com/thyeem/lot

csp-solver domain-specific-language or-tools parser parser-combinators

Last synced: 8 months ago
JSON representation

A wrapper for a CSP solver using a domain-specific language

Awesome Lists containing this project

README

          

# lot
`LOT` or _Love On Time_.

`lot` solves _Constraint Satisfaction Problem (CSP)_ using `LOT`, a newly developed _domain-specific language (DSL)_.

```plain
$ lot -h
Usage: lot [options] FILE

positional arguments:
FILE Input FILE to process

options:
-h, --help Help for lot
-c, --cal Print in calendar
-a, --actor Print sorted by actor
-n, --node Print sorted by node
-y INT, --year INT Set the year
-m INT, --month INT Set the month
-o FILE, --output FILE Save as spreadsheet FILE
-A INT, --max-it INT Set maximum number of iteration
-R INT, --min-rest INT Set minimum number of rest
-V, --version Show version information
```