Ivan Veselov

Results 5 issues of Ivan Veselov

It would be nice to provide some examples of traversing the AST, describing its structure, etc. At least something similar to [the chapter in "Build your own LISP"](http://www.buildyourownlisp.com/chapter7_evaluation#trees)

It would be nice if `eventlog2html` can produce visualizations similar to [ThreadScope](https://wiki.haskell.org/ThreadScope). That would be great, because ThreadScope is a pain to install or build, because of the GTK. I...

I'm solving multiple LP problems stored in .mps files. Each problem has around 2000 variables and 1000 constraints, .mps file size is about 9 Mb. I've noticed that the memory...

On current master (which has the fix for the memory leak: https://github.com/coin-or/CyLP/commit/72d66b58af5ac0cee25d94b63115c6f65e3cff8b ) I'm getting a segfault when running standard cylp tests (from the file `cylp/py/test_PySolve.py`). I've converted that test...