Skip to content

Commit fe9dcca

Browse files
authored
Update meta.md for improved clarity on meta fields
Clarified requirements for meta field completeness and validation.
1 parent 45090ce commit fe9dcca

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

docs/src/meta.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,12 @@ using OptimizationProblems
77
```
88

99
Each problem has its own metadata structure, and there is a global metadata structure regrouping all the information.
10-
11-
> **Meta field completeness:**
12-
> All meta fields must be accurate and complete, including `nvar`, `ncon`, linear/nonlinear counts, bounds, minimize, feasibility ordering, origin, objtype, contype, and best-known bounds. Meta validation is enforced by the test suite. Incomplete or incorrect meta fields may cause solver failures or benchmarking errors.
10+
All meta fields must be accurate and complete including `nvar`, `ncon`, linear/nonlinear counts, feasibility, origin, objtype, contype and best-known bounds. Meta validation is enforced by the test suite. Incomplete or incorrect meta fields may cause solver failures or benchmarking errors.
1311

1412
## Problem's metadata
1513

1614
Each problem's metadata is accessible with `OptimizationProblems.nameoftheproblem_meta` and regroups in a `Dict` most of the essential information regarding each problem.
1715

18-
> **Meta validation:**
19-
> Meta fields are used for problem classification, filtering, and benchmarking. Ensure all fields are correct and consistent with the actual problem implementation. The test suite checks meta field accuracy.
20-
2116
```@example 1
2217
OptimizationProblems.AMPGO02_meta
2318
```

0 commit comments

Comments
 (0)