anthem/examples
Patrick Lühne 2245e139b2
Reimplement integer variable detection
This is a reimplementation of the integer variable detection procedure.
The idea is to iteratively assume variables to be noninteger, and to
prove that this would lead to a false or erroneous result. If the proof
is successful, the variable is integer as a consequence.
2018-04-20 16:37:48 +02:00
..
graph-coloring.lp Minor formatting in graph coloring example 2018-04-11 21:35:04 +02:00
hide-circular-dependency.lp Added example for attempting to hide a circular predicate dependency. 2017-06-12 03:01:30 +02:00
nested-arguments.lp Added example with nested predicate arguments. 2017-06-12 03:05:21 +02:00
permutations.lp Reimplement integer variable detection 2018-04-20 16:37:48 +02:00
prime.lp Reimplement integer variable detection 2018-04-20 16:37:48 +02:00
propositions.lp Added example with simple propositions. 2017-06-12 15:42:23 +02:00
schur-numbers.lp Reimplement integer variable detection 2018-04-20 16:37:48 +02:00