Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk authored Jun 22, 2024
1 parent 3260310 commit c7221f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ When option `--strict` is passed to the solver, then also strict constraints are
```
The assignment will then contain an epsilon component for each variable.
For example, with the above program, `x>=1+e` will appear in the output.
This feature could also be used to support constraints in rule body and the `!=` relation;
This feature could also be used to support constraints in rule bodies and the `!=` relation;
neither is implemented at the moment.

Finally, the solver supports `&minimize` and `&maxmize` objectives where the former is a shortcut for the latter negating coefficients.
Expand Down

0 comments on commit c7221f9

Please sign in to comment.