-
The code editor needs debugging tools added such as the ability to step through code and set and remove breakpoints. These tools would operate in a manor similar to the way they operate in other IDEs…
-
**Describe the bug**
`python-mip` doesn't come with aarch64 libs (eg for an M1 mac) (also see #199), so the only way to run it is by building cbc manually. Unfortunately, the documented way of doin…
-
TL;DR: Multi-Core System does not boot Linux. Framebuffer makes everything worse
Hello! I have the goal to build a quad-core RISC-V system that I load
onto an ULX3S Board (ECP-85F). In the long te…
-
If the chart is defined to accept same data type, even though the axis is using different types of decorator, those chart types should be cvt into a trait object.
====
*Original issue (one of val…
-
Here are the pictures using in blogs.
-
The following code leads to an error message which seems to be incorrect (or *at least misleading*...): `MIPSolverException: GLPK: Problem has no feasible solution`.
- The MILP has a feasible solut…
-
domain specific language..
```
LS = new linspace
LS.start = 0.0
LS.stop = TWO_PI
LS.count = 2
cos1 = new cos
data1 = cos1(LS.out) # passing the output of LS to cos..
sin1 = new sin
data2 = sin1(LS…
-
# Goal
To provide for customisable flow of control.
Currently, the execution model in Pyblish is linear; each group of plug-ins is assigned an `order` ranging from 0-3 and is processed sequentia…
-
Hi guys! I'm trying to generate the code for a Tracking Linear MPC with the following code:
```import cvxpy as cp
# define dimensions
m = 1 # inputs
n = 2 # states
H = 10 # prediction hori…
-
In one of my programs I get the log message "non-linear pattern used in `match` with ... at" (which seems to be logged with `log-error`).
The docs don't mention anything about non-linear patterns, so…