A better way of generating pareto distr, and swap its parameters.
- Pareto distribution is now generated as a composition of a Gamma and
an exponential one
- Similarly to gamma() and weibull(), the shape parameter became the first one.
5 pkgconfig_DATA += lemon/lemon.pc
7 lib_LTLIBRARIES += lemon/libemon.la
9 lemon_libemon_la_SOURCES = \
14 lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS)
15 lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS)
24 lemon/bits/invalid.h \