Jack Devine
Jack Devine
Since the implementation of nodes is a little basic, we have the problem that when the aspect ratio is not equal to one, the nodes become distorted (circles become ellipses)....
Gallery
The examples section of the documentation is a list of examples that is designed to demonstrate the functionality of GraphRecipes with minimal overhead. Each example should be as simple as...
Right now, 3D graphs do not use any of the functionality that I created for 2D nodes. This means that directed edges do not really work in 3D. Specifically, trying...
Curved edges now use a cubic spline with one intermediate point to create a curve between nodes. I choose this system over Bezier curves (which are aesthetically quite nice) because...
Currently, we scale nodes so that node label will fit inside the node itself. The way that I implemented the behvior was through the function `annotation_extent(p, annotation; width_scalar=0.06, height_scalar=0.096)`. Which...
intgrated -> integrated I noticed a spelling mistake while I was reading the "getting started" tutorial. Other than the typo, I think that the tutorial is very well written and...
Hi all, Thanks for the hard work put into OSQP. When using OSQP.jl from JuMP.jl to solve a quadratic programming problem, I find that OSQP does not satisfy the constraints...