SuperSCS  1.3.2
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
scs_conic_probem_metadata Struct Reference

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...
 

Detailed Description

Metadata for conic optimization problems.

All fields of this structure are character arrays of a fixed length, equal to SCS_METADATA_TEXT_SIZE.

See Also
scs_to_YAML
scs_from_YAML

Field Documentation

char creator[SCS_METADATA_TEXT_SIZE]

Creator of the problem.

Creation date.

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.


The documentation for this struct was generated from the following file: