-
Compiling this with the latest MLNX_OFED package produces the following error:
```
In file included from gpu_direct_rdma_access.c:55:
ibv_helper.h:39:6: error: redeclaration of ‘enum ibv_gid_type…
-
Moved from TRAC as part of COIN fORgery: https://projects.coin-or.org/Clp/ticket/24
Using Clp trunk from 2008/09/15, I setup a QP problem as follows:
```
ClpSimplex* simplex = new ClpSimplex(…
-
Moved from TRAC as part of COIN fORgery: https://projects.coin-or.org/Clp/ticket/60
Doesn't occur every time, but generally! Attached qps file.
Tested with trunk changeset 1976 and reproduced.
-
At the moment the Materials and Kernels use, e.g. "saturation" and "saturation_qp". The "_qp" is ok, but we should explicitly use the string "_nodal" for nodal quantities. It's clearer.
-
Dear all,
I tried to run my first ACADO OCP. I formulated the following OCP:
A straight descent of an an aircraft from the state (x = 0.0, h= 36000 ft, v= 460 kt) to the state (x = 150.0 NM, h=…
ghost updated
6 years ago
-
時間があるときに。maruさんに協力してもらう必要あり。
-
`doc/mime.html` shows:
```lua
print((mime.qp("maçã")))
--> ma=E7=E3=
```
However, when I run that same command on a Mac, I get:
```lua
> print((mime.qp("maçã")))
ma=C3=A7=C3=A3
```
A…
-
```
Subject: blah
From: foo@bar.com
To: =?UTF-8?Q?noble=c2=a0recipient_=28foo@bar.com=29?=
MIME-Version: 1.0
testblorp
```
Observed behavior: `vmime::message::parse` turns the To line into `…
-
ForBES gives messgae-"reached optimum" with adaptive nama and panoc on maros-meszaros- but problem not solved- for example choose two sets DTOC3 & DUALC2 with p_test_maros_meszaros.m
-
from numpy import array
from qpsolvers import solve_qp
H=array([[1.,-1.],[-1.,2.]])
f=array([[-2.],[-6.]]).reshape((2,))
L=array([[-1.,2.],[1.,1.]])
k=array([[2.],[2.]]).reshape((2,))
x = so…