Universal-Variability-Language / uvl-lsp

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

Generate Random Configurations #93

Closed SundermannC closed 1 year ago

SundermannC commented 1 year 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 1 year 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.