get_instance_type | R Documentation |
Check the type and the validity of an MWCS instance
get_instance_type(instance)
instance |
|
A list with members type
containing the type of the instance,
valid
– boolean flag indicating whether the instance is valid or not,
errors
– a character vector containing the error messages
A list with two fields: the type of the instance with which it will be treated by solve_mwcsp function and boolean showing validness of the instance.
data(mwcs_example)
get_instance_type(mwcs_example)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.