aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects
Commit message (Collapse)AuthorAge
* fix(semantics): configure StateCoderAdapterLibravatar Kristóf Marussy2024-06-28
|
* refactor(store): NeighborhoodCalculator APILibravatar Kristóf Marussy2024-06-28
| | | | | * Use US English spelling consistently * Avoid Eclipse Collections types on API
* interpreter: Fix NPE in VQE wipe/dispose -> EVM -> MatchUpdateListener chainsLibravatar Kristóf Marussy2024-06-27
| | | | | | Port https://github.com/eclipse-viatra/org.eclipse.viatra/commit/a70e5e35f254079fbb0819731c81f64b3c79d1d7 from the VIATRA upstream repository
* refactor(docs): improve website formattingLibravatar Kristóf Marussy2024-06-25
|
* fix(frontend): Algolia searchLibravatar Kristóf Marussy2024-06-24
|
* chore(frontend): fix peer dependency warningsLibravatar Kristóf Marussy2024-06-23
|
* chore(deps): bump dependenciesLibravatar Kristóf Marussy2024-06-23
|
* build: publish Maven snapshots to GH pagesLibravatar Kristóf Marussy2024-06-23
|
* build: automate GitHub pages deploymentLibravatar Kristóf Marussy2024-06-23
|
* build: add Maven metadataLibravatar Kristóf Marussy2024-06-23
|
* refactor(dse): expose state coder parametersLibravatar Kristóf Marussy2024-06-20
|
* refactor(logic): fix Sonar errorLibravatar Kristóf Marussy2024-06-19
|
* refactor(logic): non-null aggregatorsLibravatar Kristóf Marussy2024-06-19
|
* chore(deps): bump dependenciesLibravatar Kristóf Marussy2024-06-17
|
* fix: monomorphic matching for focus argumentsLibravatar Kristóf Marussy2024-06-17
| | | | | | | | | Since we don't do pre-matching for multi-objects, there's no way to fire a decision rule with multiple focus arguments without creating a new concrete object for each focus argument, even if they match the same multi-object. To be more consistent with the multi-object case, we also don't allow the same concrete object to appear as two distict focus arguments.
* fix: allow predicates in rule actionsLibravatar Kristóf Marussy2024-06-17
| | | | | We must mark any predicate definition in a rule action as mutable so that we can collect assertions created by rules during model generation.
* feat(language): warn about partial referencesLibravatar Kristóf Marussy2024-06-17
|
* refactor(language): allow rules without preconditionsLibravatar Kristóf Marussy2024-06-17
|
* feat(language): validate quantification in rulesLibravatar Kristóf Marussy2024-06-16
|
* chore(deps): bump dependenciesLibravatar Kristóf Marussy2024-06-01
|
* refactor(reasoning): candidate view should always be a refinement of partialLibravatar Kristóf Marussy2024-06-01
| | | | | | | | | | Merge the candidate may/must queries with the partial may/must queries so that reasoning in the candidate model uses "Gentzen-style" assumptions about the candidate values of partal symbols that would be computed as unknown. This should not lead to performance degradation, because the corresponding joins were already being computed in the stopping criterion. In many cases, the extra clauses are immediately optimized away by the query optimizer anyways.
* feat: partial referencesLibravatar Kristóf Marussy2024-06-01
| | | | | References marked as partial are not concretized during model generation. The should be managed by the user manually using propagation rules instead.
* fix(reasoning): candidate count literal rewritingLibravatar Kristóf Marussy2024-06-01
|
* feat: generate multiple solutionsLibravatar Kristóf Marussy2024-06-01
| | | | | Switch to partial interpretation based neighborhood calculation when multiple models are request to avoid returning isomorphic models.
* fix(reasoning): candidate rounding modeLibravatar Kristóf Marussy2024-05-31
|
* refactor(language): rule syntaxLibravatar Kristóf Marussy2024-05-30
| | | | Make the rule syntax more similar to the predicate syntax.
* fix(language): validate unique rule namesLibravatar Kristóf Marussy2024-05-26
|
* fix(language): spurious exception in ProblemValidatorLibravatar Kristóf Marussy2024-05-26
| | | | | Make sure getNodeArgumentForMultiObjectAssertion runs correctly even for ASTs with parse errors.
* fix(semantics): negative quantification in rulesLibravatar Kristóf Marussy2024-05-26
| | | | | Make sure we appropriate quantify over the existence of objects in negative and transitive calls in rule preconditions.
* feat(language): node constants in rule actionsLibravatar Kristóf Marussy2024-05-26
|
* feat(dse): detect stuch propagation rulesLibravatar Kristóf Marussy2024-05-26
|
* feat: rule translationLibravatar Kristóf Marussy2024-05-26
|
* feat(language): more extensive rule validationLibravatar Kristóf Marussy2024-05-26
|
* refactor(language): merge Assertion and AssertionActionLibravatar Kristóf Marussy2024-05-26
|
* feat(language): rule validationLibravatar Kristóf Marussy2024-05-26
|
* feat: type checking for rulesLibravatar Kristóf Marussy2024-05-26
|
* feat: rule parsingLibravatar Kristóf Marussy2024-05-26
|
* chore(deps): bump dependenciesLibravatar Kristóf Marussy2024-05-26
|
* fix(frontend): broken zoom: property in FirefoxLibravatar Kristóf Marussy2024-05-26
|
* chore(deps): bump dependenciesLibravatar Kristóf Marussy2024-05-26
|
* chore(deps): bump dependenciesLibravatar Kristóf Marussy2024-05-04
|
* feat(frontend): icon for error edgesLibravatar Kristóf Marussy2024-04-28
| | | | Make error edges more visible even in black&white printouts.
* refactor(frontend): crisper zoom in WebKitGTKLibravatar Kristóf Marussy2024-04-27
| | | | | | | Use the non-standard zoom: property whenever available, because it gives a crisper result than transform: scale() in WebKitGTK. See https://developer.mozilla.org/en-US/docs/Web/CSS/zoom
* refactor(frontend): fix icon placement in SafariLibravatar Kristóf Marussy2024-04-27
| | | | Also affected WebKitGTK
* rfactor(frontend): scroll to top on initializationLibravatar Kristóf Marussy2024-04-27
|
* refactor(fronted): add visibility checkbox tooltipsLibravatar Kristóf Marussy2024-04-27
|
* refactor(frontend): improve key bindingsLibravatar Kristóf Marussy2024-04-27
| | | | | | * Accept completions with both Enter or Tab. * Ctrl-d duplicates current line (use Ctrl-Shift-d to select next occurrence). * Suppress browser save dialog on Ctrl-s even if there are no changes.
* fix(reasoning): default assertions for containment referencesLibravatar Kristóf Marussy2024-04-26
|
* chore(deps): bump dependenciesLibravatar Kristóf Marussy2024-04-26
|
* fix(docs): non-linear time regexLibravatar Kristóf Marussy2024-04-26
|