rason
rason is an actively used programming language created in 2015.
5Years Old | ?Users | ?Jobs |
- the rason website
- rason first appeared in 2015
- See also: ampl, gams, siman
- Have a question about rason not answered here? Email me and let me know how I can help.
Example code from the web:
{ data : { "price" : { value: 200 }, "capacity" : { value: 100 }, "sold" : { value: 110 }, "refund_no_shows" : { value: 0.5 }, "refund_overbook" : { value: 1.25 } }, uncertainVariables : { "no_shows" : { formula: "PsiLogNormal(0.1*sold, 0.06*sold)" } }, formulas : { "show_ups" : { formula: "sold - Round(no_shows, 0)" }, "overbook" : { formula: "Max(0, show_ups - capacity)" } }, uncertainFunctions : { "revenue" : { formula: "price*(sold - refund_no_shows * Round(no_shows, 0) - refund_overbook * overbook)", mean : [], stdev: [], max : [], min : [] } } }
Last updated August 9th, 2020