Universal-Variability-Language / uvl-lsp

Language server protocol for the Universal Variability Language (UVL)
MIT License
10 stars 3 forks source link

Generate Random Configurations #93

Closed SundermannC closed 10 months ago

SundermannC commented 11 months ago

In some cases, it would be interesting to acquire some valid configurations for the .uvl models for further use. This could be realized by a command creating several .json configurations. Here, all configuration values should be explicitly stated in the .json.

SundermannC commented 11 months ago

This would also be interesting for other sampling strategies, such as t-wise sampling. However, creating a t-wise sample for more complex (in terms of language levels) UVL models is not trivial and an unsolved challenge afaik.