![]()  | 
  
    SuperSCS
    1.3.2
    
   | 
 
Metadata for conic optimization problems. More...
#include <scs_parser.h>
Data Fields | |
| char | id [SCS_METADATA_TEXT_SIZE] | 
| Unique identifier of the conic problem.  More... | |
| char | problemName [SCS_METADATA_TEXT_SIZE] | 
| Problem name.  More... | |
| char | license [SCS_METADATA_TEXT_SIZE] | 
| License of the problem data.  More... | |
| char | creator [SCS_METADATA_TEXT_SIZE] | 
| Creator of the problem.  More... | |
| char | yamlVersion [SCS_METADATA_TEXT_SIZE] | 
| YAML version.  More... | |
| char | date [SCS_METADATA_TEXT_SIZE] | 
| Creation date.  More... | |
Metadata for conic optimization problems.
All fields of this structure are character arrays of a fixed length, equal to SCS_METADATA_TEXT_SIZE.
| char creator[SCS_METADATA_TEXT_SIZE] | 
Creator of the problem.
| char date[SCS_METADATA_TEXT_SIZE] | 
Creation date.
| char id[SCS_METADATA_TEXT_SIZE] | 
Unique identifier of the conic problem.
This can be, for example, a URI.
| char license[SCS_METADATA_TEXT_SIZE] | 
License of the problem data.
If applicable, link (URL) to a license.
| char problemName[SCS_METADATA_TEXT_SIZE] | 
Problem name.
| char yamlVersion[SCS_METADATA_TEXT_SIZE] | 
YAML version.
 1.8.6