Skip to content

Commit

Permalink
Merge pull request #12 from krr-up/nico/tests
Browse files Browse the repository at this point in the history
Nico/tests
  • Loading branch information
nrueh authored May 13, 2024
2 parents 2f4af45 + e7e21e1 commit 499ce6b
Show file tree
Hide file tree
Showing 29 changed files with 1,641 additions and 396 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ _autosummary

# ANTLR4
.antlr


default.profraw
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ coomsolver -h

## Name ideas

- coomsuite
- coomsuite (favorite)
- coompiler
- coompressor
- coom2asp
Expand Down
14 changes: 13 additions & 1 deletion doc/content/encodings/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# ASP Encodings

Descriptions of ASP encodings.
There are three modular COOM language profiles with different levels of features.
They are modular in the sense that `clingo-core.lp` forms the basis for the other ones.
The `clingo-partonomy.lp` and `clingo-numeric.lp` encoding can be combined arbitrarily with the core encoding.

The `encodings/clingo-core.lp` contains all features of the kids bike.

## fclingo
The `fclingo` solver allows hybrid ASP reasoning
combined with founded conditional linear constraints.
This makes it possible to reason over (large) numeric domains
which are frequent in configuration problems.

Like the `clingo` encodings the `fclingo` encodings are built in a modular structure.

```{toctree}
instance.md
Expand Down
Loading

0 comments on commit 499ce6b

Please sign in to comment.