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

Current PSMT2 frontend generates a native Alt-Ergo parsed AST that is (re-)typechecked before generating assertions of type `Expr.t`. However, since triggers are now computed in module `Expr`, a better PSMT2...

dev

For this example: ``` (declare-const s Bool) (declare-const a Bool) (declare-const b Bool) (assert (not (= (= s (or a b)) (= (not a) (or (not s) b)) ) )...

enhancement

Currently, given an example: ``` logic f : int -> int logic g : int, int -> int logic P : int, int, int -> prop axiom a: forall x,...

enhancement

In particular, this is the case for variables appearing inside hypotheses. As a result, filter_good_triggers removes the triggers provided by the user. For instance, in the example: ``` axiom rounding_operator_1...

Should re-implement the way multi-triggers are computed in `Triggers.ml`. It currently uses `power-set`, which does not scale in some situations

enhancement

Hi, benchmark wintersteiger/min/min-has-solution-13472.smt2 produces the wrong answer when using the benchmark conversion script from https://gitlab.com/OCamlPro-Iguernlala/Three-Tier-FPA-Benchs/tree/master/translators/fp-smt2-to-why3 I am not sure if its an issue with the translator or alt-ergo as I...