Add Mathematical Programming System #7715
Open
+172
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds Mathematical Programming System:
Description
MPS was first suggested for inclusion in #1207, but was not implemented. Later, it was noticed that Mathematical Programming System files were being labeled as JetBrains Metaprogramming System files (#6128), as that language was added without any disambiguation for other languages using the extension #5871. The Mathematical Programming System format is about 50 years old, and it has (up through today) been present in at least as many repos as the JetBrains XML variant.
One of the added samples is for the JetBrains format to make the minimum of 2 for heuristics support. I chose
<persistenceas the JetBrains keyword, as this appeared in all files I was able to locate, and was what the original PR searched for to determine popularity. The new MPS looks forrowsorcolumnsas these are required keywords of the language.Checklist:
#0530ad