acmol

Results 12 issues of acmol

**Describe the bug** ` OSQPData* data = reinterpret_cast(c_malloc(sizeof(OSQPData))); ` This variable data was never freed. The csc_matrixies was never freed neither. ``` void PiecewiseJerkProblem::FreeData(OSQPData* data) { delete[] data->q; delete[] data->l;...

Module: Planning

Maybe both English and Chinese are needed in this page.

help wanted

![image](https://user-images.githubusercontent.com/1867499/33305229-bb379dd0-d3d2-11e7-8588-aab2b0a03494.png) As illustrated in this picture, `pip install readline` failed but the build continued. The building scripts should be improved to build readline success and to detect this kind of...

bug
help wanted

Continuous integration is required for bigflow, and we should have a system to support continuos integration. Maybe we can use travis-ci.org, or teamcity, or we can set up a jenkins...

building problem

So that user can use it in any version of Python.

We have some documents in English, but there are so many mistakes and they're outdated. They need to be refined. Our documents are generated by sphinx-doc, and sphinx-doc has an...

help wanted

Installing cmake 3.9 costs so much time. cmake 2.8.12.2 will be a better version, since it can be installed by yum in centos 7.1.

help wanted

Since we haven't made the streaming process part of Bigflow opensource, we should have removed all the code related to it. We've done most of the work, but there still...

We should add a optimization layer in the current API layer, it could be called API Plan layer. At this moment, API layer will transform the user's code to a...

We implemented two methods(cc_library, cc_binary) that accept LINK_ALL_SYMBOLS (which means export all symbols when linking, by wrapping the libs with gcc options "-Wl,--whole-archive" and "-Wl,--no-whole-archive" around) as argument in `cmake/generic.cmake`....

help wanted