Skip to content

add example solutions to (default) instances for Reach.Reach and Reach.Deadlock #565

@jvoigtlaender

Description

@jvoigtlaender

In all these places:

maxDisplayedSolutions = 1,
shortestSolutions = Left ([] :| []), -- TO DO: add a solution here

maxDisplayedSolutions = 0,
shortestSolutions = Left ([] :| []), -- TO DO: add a solution

maxDisplayedSolutions = 0,
shortestSolutions = Left ([] :| []), -- TO DO: add a solution

maxDisplayedSolutions = 1,
shortestSolutions = Left ([] :| []), -- TO DO: add a solution here

the first occurrence of [] should be replaced by a correct solution (and maxDisplayedSolutions be set to 1 where it isn't already).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions