-
Hi there - I'd love it if you could join us on the community.osarch.org forum so we chat about your great little application for 2D CAD
We really need some good options in the FOSS world so it's gr…
-
- When you create a new indexer project with `forc index new` your schema, lib module, and manifest are auto-generated
- As of today, a user has to open their GraphQL schema file to add even their ba…
-
**Environment**
* pip version:
```
pip 9.0.3 from /root/pip_install_proxy/venv/lib64/python3.6/site-packages (python 3.6)
```
* Python version:
```
Installed Packages
Name : p…
-
Hi @tgdwyer, back at this after having to do some other stuff for a while.
Back in Chicago we discussed a better way to deal with disconnected graphs. If you recall, I'm seeing a lot of extraneous mo…
-
The rationale for using xsd:decimal is exposed in this [internal wiki page](https://github.com/UICrail/SemanticRSM/wiki/Properties-and-their-values).
One difficulty arises from possible inconsisten…
-
I'm trying to solve a problem of the form
Minimize -log(det(A))
s.t.
A = A' >> 0 (i.e. A is symmetric positive semidefinite)
v_i' A v_i > 0
Z is lower triangular
t
-
UPDATE: it seems the actual problem is literal expressions. Empty sums work fine, but they return a literal zero.
If a problem has an `LpExpression::literal` and no variables in a constraint or obj…
-
The "Jump Game" problem involves determining if you can reach the last index of an integer array, where each element indicates the maximum jump length from that position. This problem can be solved us…
-
http://agc004.contest.atcoder.jp/
-
I followed the Tutorial: Building Rumprun Unikernels. Starting from
helloer.c, I successfully built and ran helloer-rumprun.bin on my host
(Mac OS X 10.11.1). helloer.c uses printf to write to stdou…