Adi Shavit
Adi Shavit
Is it possible to solve a mixed integer geometric program? Currently, one can set just one attribute: either `integer=True` of `pos=True`. The latter is mandatory for GP problems. Is there...
When telling Gurobi to stop on eg [BestObjStop](https://www.gurobi.com/documentation/9.1/refman/bestobjstop.html), the solver stops with a feasible, user acceptable solution status `USER_OBJ_LIMIT == 15`. Currently, CVXPY only knows about Gurobi status up to...
I'm getting this error with Gurobi: **`AttributeError: Unable to retrieve attribute 'X'`** The full stack: ``` Traceback (most recent call last): File "C:\Users\Public\Miniconda3\envs\...\lib\site-packages\IPython\core\interactiveshell.py", line 3418, in run_code exec(code_obj, self.user_global_ns, self.user_ns)...
I’d like to discuss something a bit heretical (repost from a Discord discussion with @SteveDiamond). I recently had to solve a problem related to calculating accumulated rectangular areas and taking...
I have a piecewise-linear function that I need to apply to a [bounded] variable in the objective. Is there an straightforward way to define such an objective? I saw piecewise-linear...
I'm trying to understand the order of operations for the ego-motion. Conceptually or geometrically it is supposed to move/transform each point forward based on the solved transform by an amount...
The code uses the convention of naming members with an `_` prefix: `_memberName`. Such names are [_"are reserved and may not be declared in a program, doing so invokes **undefined...
Can I build cilantro on Windows?
It would be nice to be able to flip a selected area vertically of horizontally (but keep text in tact). 90-degree rotation support would be even cooler! This would change...