Mikhail Katliar

Results 15 comments of Mikhail Katliar

In my case the main point is the performance. I know that my graph is always a tree, and I want a) the traversals (depth-first and breadth-first) to be as...

The original QP has terminal equality constraints of a form `x[7]..x[12] == 0`. If this constraint is relaxed, the solver converges and return code is `0`. The relaxed version of...

Commenting out [this line](https://github.com/wannesm/adsphd/blob/3575108/adsphd.cls#L544) makes the issue disappear. I cannot understand however, how a line of an else-branch which doesn't get executed can affect the result. With the following code...

@jaeandersson this is how it used to work in a previous version, so the tricky thing was already there somehow. One more good reason is that `numpy.ndarray` does support logical...