VIATRA-Generator icon indicating copy to clipboard operation
VIATRA-Generator copied to clipboard

An efficient graph solver for generating well-formed models

Results 37 VIATRA-Generator issues
Sort by recently updated
recently updated
newest added

Hello, my team is trying to install this repo in the Eclipse IDE. However, we encounter problems and would like to ask for help. ![received_356642567275729.png](https://github.com/viatra/VIATRA-Generator/assets/26222301/6e1a6994-974a-4fbd-8773-3622004b9861) The first question is about...

After years of implementation, I am very happy to finally be able to say that the Vampire-New branch is ready to be merged into master. In the current state of...

Translate the types in the metamodel as "type" fof formulas and use these formulas rom the output.

enhancement

Currently, for the [neighbourhoodLattice2GraphShape transformation](https://github.com/viatra/VIATRA-Generator/blob/RealisticMetrics/Solvers/VIATRA-Solver/hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage/src/hu/bme/mit/inf/dslreasoner/viatrasolver/partialinterpretationlanguage/neighbourhood/Neighbourhood2ShapeGraph.xtend), the hashcode calculation is buggy. It throws a stack overflow error whenever it needs to be calculated (ex. for [GraphNodeDescriptorGND](https://github.com/viatra/VIATRA-Generator/blob/RealisticMetrics/Solvers/VIATRA-Solver/hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage/src/hu/bme/mit/inf/dslreasoner/viatrasolver/partialinterpretationlanguage/neighbourhood/GraphShape.xtend) objects, when we want to...

enhancement

Consider a case where typeA is a supertype of typeB. In the type scope, we state that the minimum (note that this is not a problem for maximum) number of...

bug
Priority

Particularly, specify initial instance model handling while maintaining handling of enums.

enhancement