Constructor
new VertexCoverGenerator(params)
Class constructor
Parameters:
Name | Type | Description |
---|---|---|
params |
object | parameters of the generated instance |
- Source:
Methods
generate() → {String}
Generate instance based on parameters
Returns:
instance of minimal vertex cover problem coded as String
- Type
- String