- 18 Jul, 2018 3 commits
-
-
Ludwig Dickmanns authored
* Context for variable definition added Issue-Ref: 3465 Issue-Url: https://af3-developer.fortiss.org/issues/3465 Signed-off-by:
Ludwig Dickmanns <dickmanns@fortiss.org>
-
Ludwig Dickmanns authored
* FormalRequirementMCDC was used previous to the merge. Issue-Ref: 3465 Issue-Url: https://af3-developer.fortiss.org/issues/3465 Signed-off-by:
Ludwig Dickmanns <dickmanns@fortiss.org>
-
Ludwig Dickmanns authored
* Prefix for e.g. old test cases added as parameter of toZ3 * Clean transformation of the DoubleConst value to String * Exchanged VariableScopeUtils.getVarDefinition with VariableScopeUtils.getVarType (getVarDefinition was the wrong method) * Extracted VariableScopeUtils.getVarType from the if statements into a variable Issue-Ref: 3465 Issue-Url: https://af3-developer.fortiss.org/issues/3465 Signed-off-by:
Ludwig Dickmanns <dickmanns@fortiss.org>
-
- 12 Jul, 2018 1 commit
-
-
Ludwig Dickmanns authored
* toZ3 for Consts, Vars, PredefinedFunctions, Assignments and the FormalRequirementMCDC itself. * Helper methods for unary, binary and operators with multiple Arguments * null is returned for every unmatched case Issue-Ref: 3465 Issue-Url: https://af3-developer.fortiss.org/issues/3465 Signed-off-by:
Ludwig Dickmanns <dickmanns@fortiss.org>
-
- 06 Jul, 2018 4 commits
-
-
Alexander Diewald authored
2920 scheduling reworked See merge request af3!13
-
Alexander Diewald authored
Issue-Ref: 2920 Issue-Url: https://af3-developer.fortiss.org/issues/2920 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
Simon Barner authored
* Improve log message to include file name to which SMT script is dumped Issue-Ref: 2920 Issue-Url: https://af3-developer.fortiss.org/issues/2920 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
Issue-Ref: 2920 Issue-Url: https://af3-developer.fortiss.org/issues/2920 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- 05 Jul, 2018 6 commits
-
-
Alexander Diewald authored
Issue-Ref: 2920 Issue-Url: https://af3-developer.fortiss.org/issues/2920 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
Alexander Diewald authored
* Except UI. Issue-Ref: 2920 Issue-Url: https://af3-developer.fortiss.org/issues/2920 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
Simon Barner authored
* Add reference to #3473 Issue-Ref: 2920 Issue-Url: https://af3-developer.fortiss.org/issues/2920 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
Issue-Ref: 2920 Issue-Url: https://af3-developer.fortiss.org/issues/2920 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
* Add tickets for TODOs where needed Issue-Ref: 2920 Issue-Url: https://af3-developer.fortiss.org/issues/2920 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
-
- 03 Jul, 2018 10 commits
-
-
Alexander Diewald authored
This reverts commit 2aaf90eb, reversing changes made to 2b913d93 . Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
Hernan Ponce de Leon authored
Issue-Ref:3468 Signed-off-by:
Hernan Ponce de Leon <ponce@fortiss.org>
-
Hernan Ponce de Leon authored
3418 See merge request !25
-
Hernan Ponce de Leon authored
Issue-Ref:3418 Signed-off-by:
Hernan Ponce de Leon <ponce@fortiss.org>
-
Vivek Nigam authored
Issue-Ref:3418 Signed-off-by:
Vivek Nigam <nigam@fortiss.org>
-
Vivek Nigam authored
-
Hernan Ponce de Leon authored
Issue-Ref: 3418 Signed-off-by:
Hernan Ponce de Leon <ponce@fortiss.org>
-
Vivek Nigam authored
* Corrected pending TODOs. Issue-Ref: 3418 Signed-off-by:
Vivek Nigam <nigam@fortiss.org>
-
Hernan Ponce de Leon authored
the only difference is a string message. This change has been requested in branch 3418. I'm just adding in this branch the TODO to every class and updating the ratings. Issue-Ref: 3418 Signed-off-by:
Hernan Ponce de Leon <ponce@fortiss.org>
-
Hernan Ponce de Leon authored
Issue-Ref:3418 Signed-off-by:
Hernan Ponce de Leon <ponce@fortiss.org>
-
- 02 Jul, 2018 16 commits
-
-
Simon Barner authored
* Assign 1 work item for each optimized run * One work item for the (optional) non-optimized run and post-processing Issue-Ref: 2920 Issue-Url: https://af3-developer.fortiss.org/issues/2920 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
-
Simon Barner authored
Issue-Ref: 2920 Issue-Url: https://af3-developer.fortiss.org/issues/2920 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
Issue-Ref: 2107 Issue-Url: https://af3-developer.fortiss.org/issues/2107 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
* Remove commented code * Add references to issues where appropriate Issue-Ref: 2920 Issue-Url: https://af3-developer.fortiss.org/issues/2920 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
IDSMLTransformationService Issue-Ref: 2920 Issue-Url: https://af3-developer.fortiss.org/issues/2920 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
* Make solveOptimized() and solveNonOptimized() private * Introduce abstract method transformSolution() * Cleanup (remove unused method, sort, ...) Issue-Ref: 2920 Issue-Url: https://af3-developer.fortiss.org/issues/2920
-
Signed-off-by:
Johannes Eder <eder@fortiss.org>
-
* "initialize" is now an abstract method in the base class. * Updated comments. Issue-Ref: 3463 Issue-Url: https://af3-developer.fortiss.org/issues/3463 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
-
Rating was missing from 3399. But the other branch was closed so I push it directly to master Issue-Ref:3399
-
Issue-Ref:3399 Signed-off-by:
Hernan Ponce de Leon <ponce@fortiss.org>
-
Simon Barner authored
Issue-Ref: 3399 Issue-Url: https://af3-developer.fortiss.org/issues/3399 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
* Adjust the FX playground classes to the AF3FXViewPart changes in the kernel. * Modify the "FXNavigator" to provide a use case for single-control/node views. Issue-Ref: 3463 Issue-Url: https://af3-developer.fortiss.org/issues/3463 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
Issue-Ref:3398 Signed-off-by:
Hernan Ponce de Leon <ponce@fortiss.org>
-
Issue-Ref:3399 Signed-off-by:
Hernan Ponce de Leon <ponce@fortiss.org>
-