James Usevitch

Results 8 issues of James Usevitch

Using both Python 3.6 and Python 2.7 (which are both [documented as being supported][3]), I get the following segmentation fault when trying to run a test case. Please note that...

Describe the new feature -------------------------- I'd like to request a status code for when solvers are terminated early with a feasible, possibly suboptimal solution. For some MIP problems, it is...

## Bug Description String variables declared with `let` are mutable. It's not clear whether the behavior below is intended or not. However, it's surprising that the code below runs since...

bug
notebook
mojo-external

I'm getting a segmentation fault when using Tab completion on a CyClpSimplex object in a Python 3.8.12 REPL environment. Minimal working example: ```python import numpy as np from cylp.cy import...

Thanks for writing this fantastic library! I had a couple questions I was wondering if someone could clarify: 1. Is it possible for cuOSQP to operate completely on a GPU...

### 🐛 Describe the bug I'm unable to use `torch.compile` to compile a simple model using [GATv2Conv layers](https://pytorch-geometric.readthedocs.io/en/latest/generated/torch_geometric.nn.conv.GATv2Conv.html). A MWE is below. (Edit: I get a similar error when using...

bug
compile

**Describe the bug** When using `requires_grad=True`, simple convex optimization problems throw segmentation faults. **To Reproduce** ```python import numpy as np import cvxpy as cp if __name__ == "__main__": x =...

bug

I'm getting a segmentation fault when running the following MWE using cvxpylayers: ```python import jax import jax.numpy as jnp import cvxpy as cp from cvxpylayers.jax import CvxpyLayer if __name__ ==...