You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add multiexponents(m,n) for exponents of multinomial expansion
* Implement iterator interface
* Add comments
* Refactor next(m::MultiExponents, s)
* Fix indentation
* Add tests for multiexponents()
* Use immutable instead of struct because of Julia v0.5
* Add Julia v0.6 to Travis CI build
* Avoid intermediate memory allocation in multiexponents
* Refactor comments
* Add URL for stars and bars technique