You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can also set the environment variables `S2MPJ_VARIABLE_SIZE` and `S2MPJ_TEST_FEASIBILITY_PROBLEMS` directly. Environment variables take precedence over `config.txt`.
30
30
31
+
## Testing
32
+
33
+
The `CI` workflow runs daily and on pushes. It checks the OptiProfiler adapter layer by:
34
+
35
+
- selecting a small set of representative `u`, `b`, `l`, and `n` problems;
36
+
- loading each selected problem through `s2mpj_load`;
37
+
- evaluating `fun`, `cub`, and `ceq` at the initial point;
38
+
- sampling a few additional small problems each day with at most two numerical-library threads.
This repository is **automatically synchronized** with the upstream `GrattonToint/S2MPJ` repository via GitHub Actions. It checks for updates daily to ensure the problem set remains current.
34
49
50
+
## Provenance and Citation
51
+
52
+
The files under `src/` are a filtered Python subset of the upstream [S2MPJ](https://github.com/GrattonToint/S2MPJ) repository. This repository adds only the OptiProfiler adapter, metadata, and maintenance workflows. Please follow the upstream S2MPJ citation and license guidance when using the problem collection.
53
+
35
54
For the full collection or other languages, please visit the [original repository](https://github.com/GrattonToint/S2MPJ).
0 commit comments