I hadn't noticed tests were missing in git repository, as travis file was testing package import only. I now made a correct commit with few tests which may show some more examples.
On Sunday, February 2, 2014 11:31:08 AM UTC, Cristóvão Duarte Sousa wrote: > > Hi Julians, > > I've developed a Julia package to manipulate symbolic linear expressions > with both scalar and matrix coefficients: > https://github.com/cdsousa/LinearExpressions.jl > > I created it mainly to manipulate large linear matrix inequalities > (LMI<http://en.wikipedia.org/wiki/Linear_matrix_inequality>) > for SDP optimization. > > Two notes: the tests are not extensive; the main LinExpr type is not > immutable, although from a mathematical pov it may make more sense to be. > > Cristóvão D. Sousa >
