Move doc from comments to meta#407
Conversation
There was a problem hiding this comment.
Pull request overview
This PR relocates the aircrfta problem’s provenance/licensing documentation from the PureJuMP implementation file into the corresponding Meta dictionary.
Changes:
- Removed the large header comment block from
src/PureJuMP/aircrfta.jl. - Added
:url,:notes,:origin_notes, and:referenceentries tosrc/Meta/aircrfta.jl.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/PureJuMP/aircrfta.jl | Removes the embedded provenance/license header from the problem implementation file. |
| src/Meta/aircrfta.jl | Stores the removed provenance/license information (plus URL/reference) in the problem’s metadata dict. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
All the meta are collected together in a DataFrames accessible like this; for a specific problem you could do |
320d47b to
30968a4
Compare
7837f47 to
49442cc
Compare
* Move doc from comments to meta (aircrfta) * up * do not move license * add new fields in Meta * Move comments to META * fix * add refs * move things around hs * add doc * Add a bib creator * fix * fix conflict * allow multiple URL * fill-in meta * up some refs * clean COPS test problems * clean HS2 * Fix split :origin and :origin_notes * Add missing bibtex and links * Add lib ref * small fixes * 59 files with http://dx.doi.org/ → https://doi.org/ * Update SKILL * uniform bib
No description provided.