Specy / rooc

An optimization modeling language and solvers for OR and CO problems
https://rooc.specy.app
GNU General Public License v3.0
18 stars 0 forks source link

Add some useful libraries to the runtime #11

Open Specy opened 1 week ago

Specy commented 1 week ago

Add useful libraries to the runtime like csv parsing, graph theory libraries and collections/algorithms

And to the rust runtime: as assertion function as(type: Any, to: String) with syntax sugar of having it as an expression exp ~ 'as' ~ string

Specy commented 1 week ago

ef07f1a adds graph libraries and CSV parsing