aboutsummaryrefslogtreecommitdiffstats
path: root/Solvers
Commit message (Collapse)AuthorAge
...
| * | | | | | Make polyhedron solvers more robustLibravatar Kristóf Marussy2019-07-25
| | | | | | |
| * | | | | | Containment root constraint propagatorLibravatar Kristóf Marussy2019-07-24
| | | | | | |
| * | | | | | Cardinality propagator WIPLibravatar Kristóf Marussy2019-07-24
| | | | | | |
| * | | | | | Implement Coin-OR CBC polyhedron saturation operatorLibravatar Kristóf Marussy2019-07-19
| | | | | | |
| * | | | | | Transitive closure of type hierarchy in ScopePropagatorLibravatar Kristóf Marussy2019-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This does not mappter for propagateAllScopeConstraints(), but propagateAdditionToType gets more exact this way.
| * | | | | | Polyhedron abstraction with Z3 for cardinality propagationLibravatar Kristóf Marussy2019-07-14
| | | | | | |
| * | | | | | Try fix statecode bugLibravatar Kristóf Marussy2019-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Modified graph width calculation to not depend on order of nodes
| * | | | | | Merge remote-tracking branch 'origin/master' into krisLibravatar Kristóf Marussy2019-06-08
| |\ \ \ \ \ \
| * | | | | | | Interval hull aggregation operatorLibravatar Kristóf Marussy2019-05-18
| | | | | | | |
| * | | | | | | Merge remote-tracking branch 'origin/master' into krisLibravatar Kristóf Marussy2019-05-13
| |\ \ \ \ \ \ \
| * | | | | | | | Interval power and aggregator fixLibravatar Kristóf Marussy2019-05-10
| | | | | | | | |
| * | | | | | | | More aggregation operatorsLibravatar Kristóf Marussy2019-05-10
| | | | | | | | |
| * | | | | | | | Neutral element for sum is [0, 0]Libravatar Kristóf Marussy2019-05-10
| | | | | | | | |
| * | | | | | | | Interval aggregation operatorsLibravatar Kristóf Marussy2019-05-09
| | | | | | | | |
| * | | | | | | | Fix interval joinLibravatar Kristóf Marussy2019-05-09
| | | | | | | | |
| * | | | | | | | Interval comparisonLibravatar Kristóf Marussy2019-05-09
| | | | | | | | |
| * | | | | | | | Implement interval arithmetic without exponentiationLibravatar Kristóf Marussy2019-05-08
| | | | | | | | |
| * | | | | | | | Interval arithmetic WIPLibravatar Kristóf Marussy2019-05-08
| | | | | | | | |
| * | | | | | | | Interval arithmetic WIPLibravatar Kristóf Marussy2019-05-08
| | | | | | | | |
| * | | | | | | | Trying to implement spacecraft case studyLibravatar Kristóf Marussy2019-05-06
| | | | | | | | |
| * | | | | | | | Merge remote-tracking branch 'origin/master' into krisLibravatar Kristóf Marussy2019-05-04
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into krisLibravatar Kristóf Marussy2019-04-16
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Satellite constellation case study WIPLibravatar Kristóf Marussy2019-04-15
| | | | | | | | | | |
| * | | | | | | | | | Make diversity checking work with optimizationLibravatar Kristóf Marussy2019-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Proof of concept implementation, mixing diversity checking and optimization may not be very effective in practice
| * | | | | | | | | | Fix solution store for optimizationLibravatar Kristóf Marussy2019-04-08
| | | | | | | | | | |
| * | | | | | | | | | Objective POC implementationLibravatar Kristóf Marussy2019-04-08
| | | | | | | | | | |
| * | | | | | | | | | Infrastructure for objective functionsLibravatar Kristóf Marussy2019-04-07
| | | | | | | | | | |
| * | | | | | | | | | Fault tree transformation for partial models WIPLibravatar Kristóf Marussy2019-03-20
| | | | | | | | | | |
| * | | | | | | | | | Fix ParseUtil to avoid breaking the .vql editor in EclipseLibravatar Kristóf Marussy2019-02-21
| | | | | | | | | | |
| * | | | | | | | | | [Stochastic] Fault tree transformation langaugeLibravatar Kristóf Marussy2019-02-19
| | | | | | | | | | |
| * | | | | | | | | | Build with Eclipse 2018.12, generated files changeLibravatar Kristóf Marussy2019-02-19
| | | | | | | | | | |
* | | | | | | | | | | Measurements framework fixesLibravatar Kristóf Marussy2020-06-23
| | | | | | | | | | |
* | | | | | | | | | | Fix numeric-solver-at-endLibravatar Kristóf Marussy2020-05-20
| | | | | | | | | | |
* | | | | | | | | | | Fix attribute export to xmiLibravatar Kristóf Marussy2020-05-20
| | | | | | | | | | |
* | | | | | | | | | | FIx Boolean export to gmlLibravatar Kristóf Marussy2020-05-20
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'master' of https://github.com/viatra/VIATRA-GeneratorLibravatar Oszkar Semerath2020-05-20
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add new state coderLibravatar Kristóf Marussy2020-05-19
| | | | | | | | | | | |
* | | | | | | | | | | | adding numbers to gml visualizationLibravatar Oszkar Semerath2020-05-20
|/ / / / / / / / / / /
* | | | | | | | | | | option to calculate object creation costs in fitnessLibravatar Oszkar Semerath2020-05-19
| | | | | | | | | | |
* | | | | | | | | | | intermediateConsistencyCheck controls the maySatisfiable onlyLibravatar Oszkar Semerath2020-05-19
| | | | | | | | | | |
* | | | | | | | | | | removed every occurence of check expressionsLibravatar Oszkar Semerath2020-05-18
| | | | | | | | | | |
* | | | | | | | | | | TransformationExecutionTime + weights can be controlled from configLibravatar Oszkar Semerath2020-05-17
| | | | | | | | | | |
* | | | | | | | | | | detailed runtimes + counting defined objects onlyLibravatar Oszkar Semerath2020-05-17
| | | | | | | | | | |
* | | | | | | | | | | fixes for the measurementLibravatar Oszkar Semerath2020-05-14
| | | | | | | | | | |
* | | | | | | | | | | removeOne for object scopeLibravatar Oszkar Semerath2020-05-14
| | | | | | | | | | |
* | | | | | | | | | | upper limit is softLibravatar Oszkar Semerath2020-05-13
| | | | | | | | | | |
* | | | | | | | | | | logging detailed measurement data for the numerical solverLibravatar Oszkar Semerath2020-05-12
| | | | | | | | | | |
* | | | | | | | | | | removed unnecessary printingLibravatar Oszkar Semerath2020-05-12
| | | | | | | | | | |
* | | | | | | | | | | Missed containment indexerLibravatar Oszkar Semerath2020-05-12
| | | | | | | | | | |
* | | | | | | | | | | advanced goal heuristics for missing containment and non-cont. edgesLibravatar Oszkar Semerath2020-05-12
| | | | | | | | | | |