alt-ergo icon indicating copy to clipboard operation
alt-ergo copied to clipboard

OCamlPro public development repository for Alt-Ergo

Results 166 alt-ergo issues
Sort by recently updated
recently updated
newest added

The following formula is unsat: ``` (declare-fun s () Int) (declare-fun y () Int) (declare-fun th () Int) (assert (> s 0)) (assert (>= s (+ (* y s) 1)))...

doc versions: - 2.3.2 - 2.4.0 - ... - dev

enhancement
documentation

- Loading and running of plugins / parsers - Loading of preludes - Make rules (archi, ..) - Check if `--where` option results are correct

enhancement
build

See what has been done for Arithmetic's `add` here: https://github.com/OCamlPro/alt-ergo/pull/432/commits/c02878cb2758ae96a28e52a4fae6f1461ae1b15d

Currently, a let symbol is seen as a Var, and eliminated by introduction a skolem-like function.

For the following example: ``` logic a, b, c : prop logic x, y, z : int logic f : 'a -> int goal g: let tmp = if (a...

enhancement
documentation

- This behavior is noticed for models (which can be on stdout in the default setting, but we should be able to select a different std) - The behavior is...

See the comment at the end of the ac.ml file for more details