- Mar 06, 2020
-
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
- Mar 03, 2020
-
-
David Bühler authored
-
David Bühler authored
Only export them for the logic evalution by the cvalue domain.
-
David Bühler authored
-
David Bühler authored
-
-
- Mar 02, 2020
-
-
When the subdivision on a sub-expression [s] is performed according to [s] and not according to the complete expression [e], we then reevaluate [e] with the result of the subdivision. However, the valuation should be cleared before. Otherwise, the reevaluation uses the cache and not the reduced values computed by the subdivision.
-
Michele Alberti authored
-
Do not stop the subdivision if it can reduce the value of a sub-expression *and* later subdivisions may improve the value of the complete expression with this reduction. If no other subdivision is planned, then stop the subdivision if it cannot improve the value of the complete expression (as before).
-
- Feb 27, 2020
-
-
Allan Blanchard authored
-
- Feb 25, 2020
-
-
Loïc Correnson authored
-
- Feb 24, 2020
-
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
In the function [initialize_variable_using_type]. Adds a constructor [Return] to [variable_kind] for the special variable that stores the return value of a function call.
-
David Bühler authored
-
David Bühler authored
-
-
Michele Alberti authored
-
-
-
-
-
-
-
-
-
-
- Feb 21, 2020
-
-
Loïc Correnson authored
-
- Feb 20, 2020
-
-
Virgile Prevosto authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
Share scripts among models. More robust against script errors.
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
Allows for more efficient filtering. Also enhanced frame conditions with typing for globals.
-