aboutsummaryrefslogtreecommitdiffstats
path: root/Solvers
Commit message (Collapse)AuthorAge
* removed maven + added refresh() to filesystemLibravatar OszkarSemerath2018-02-28
|
* Viatra Solver support for tasks with no partial modelLibravatar OszkarSemerath2018-02-27
|
* Alloy solver use the als file for logging onlyLibravatar OszkarSemerath2018-02-25
| | | And not for parsing
* Translated PQueryies are added to annotation.Libravatar OszkarSemerath2018-02-24
|
* Documentation level for AlloyLibravatar OszkarSemerath2018-02-24
|
* Removed PQuery from API, IQuerySpecification is used insteadLibravatar OszkarSemerath2018-01-23
|
* Initial commit of the configuration language and applicationLibravatar OszkarSemerath2018-01-13
|
* neighbourhood calculated to fix rangeLibravatar OszkarSemerath2017-10-27
|
* Representation included trace by accidentLibravatar OszkarSemerath2017-10-27
|
* Diverse Solution Store runs with hash code of the representationLibravatar OszkarSemerath2017-10-27
|
* Random seed added to Alloy configLibravatar OszkarSemerath2017-10-27
| | | | This adds <random> number of lines to the specification to prevemt alloy to give the same solution.
* By default, Alloy uses filtered type ORM mappingLibravatar OszkarSemerath2017-10-13
|
* :lipstick:Libravatar OszkarSemerath2017-10-13
|
* Refactoring of Alloy type mapping and interpretation.Libravatar OszkarSemerath2017-10-13
|
* Visualisation for all models in a directoryLibravatar OszkarSemerath2017-09-28
|
* Set thread stop signal to volatileLibravatar OszkarSemerath2017-09-27
|
* PS with outgoing references to excluded objects are supported nowLibravatar OszkarSemerath2017-09-27
|
* Transitive closure support for relation definitions in AlloyLibravatar OszkarSemerath2017-09-27
|
* Simple visualiser that prints the size of the intermediate solution.Libravatar OszkarSemerath2017-08-27
|
* outgoing dangling edges from a selected part of a partial model areLibravatar OszkarSemerath2017-08-27
| | | removed
* Primitive types added to the logic problem only if neededLibravatar OszkarSemerath2017-08-27
|
* simple typemapper for alloyLibravatar OszkarSemerath2017-08-21
|
* null check before mapping value of a referenceLibravatar OszkarSemerath2017-08-17
|
* Transitive closure supportLibravatar OszkarSemerath2017-08-16
|
* Adding transitive closure to the logic languageLibravatar OszkarSemerath2017-08-16
|
* Bugfixing typo in generated queriesLibravatar OszkarSemerath2017-08-16
|
* SMT support for primitive typesLibravatar OszkarSemerath2017-08-16
|
* Mapping of primitive types in patternsLibravatar OszkarSemerath2017-08-16
|
* Added separate symbolic objects to all primitive objectsLibravatar OszkarSemerath2017-08-16
|
* Alloy mapping of integer scopesLibravatar OszkarSemerath2017-08-16
|
* Added known primitives to the scopeLibravatar OszkarSemerath2017-08-15
|
* Viatra Solver result support for primitive typesLibravatar OszkarSemerath2017-08-15
|
* Type scope support for initial instance model mappingLibravatar OszkarSemerath2017-08-15
|
* Partial interpretation from initial instance modelLibravatar OszkarSemerath2017-08-15
|
* Literals from the problem are added to the initial set of primitiveLibravatar OszkarSemerath2017-08-15
| | | objects.
* Partial interpretation initialiser with primitive typesLibravatar OszkarSemerath2017-08-15
|
* Primitive elements in the partial interpretationLibravatar OszkarSemerath2017-08-15
|
* Added primitive types to the model codeLibravatar OszkarSemerath2017-08-15
|
* attributes and references that not included to a logic problem areLibravatar OszkarSemerath2017-08-02
| | | excluded from the partial model mapping.
* Removed dependencyLibravatar OszkarSemerath2017-07-13
|
* Repaired dependencyLibravatar OszkarSemerath2017-07-13
|
* added /xtend-gen/ to excluded folders.Libravatar OszkarSemerath2017-07-12
|
* Graphviz based visualisation for the concretizations of partial models.Libravatar OszkarSemerath2017-07-12
|
* Rearranged the solver configuration into different subsectionsLibravatar OszkarSemerath2017-07-12
| | | | | | | | | | | | | | DiversityDescriptor * Describes the required diversity between the solutions. * Null means that the solutions have to have different state codes only. InternalConsistencyCheckerConfiguration * A logic solver that able to check the consistency of an intermediate solution. * Null means that no solver is called. DebugConfiguration * Configuration for debugging support. SearchSpaceConstraint * Configuration for cutting search space.
* Adding visualisation support for partial interpretations.Libravatar OszkarSemerath2017-07-12
|
* The generated patterns follow the new naming convention.Libravatar OszkarSemerath2017-07-12
|
* Changed naming convention in generated logic problems.Libravatar OszkarSemerath2017-07-12
| | | | | | | | | | An identifier usually separated by whitespaces into name sections, creating hierarchic names. By convention names with at most three sections are represented in the following way: "nameOfObject typeOfObject namespaceOfObject". For example, the name of a relation "vertices" representing a "reference" in class "Region" will be: "vertices reference Region"
* Support for generationg multiple difference models by VIATRA-SolverLibravatar OszkarSemerath2017-07-05
|
* Adding multiple model generation support for the alloy solver.Libravatar OszkarSemerath2017-07-05
|
* SMT solver implementation of multiple model generationLibravatar OszkarSemerath2017-07-02
|