-
This is a basic functionality of Linear Program which has to be implemented in Sage. This function could use the functions defined in libraries such as GLPK or CBC.
http://en.wikipedia.org/wiki/Lin…
-
Requested by Andrew Coates:
> PuLP is a python library which wraps a bunch of Linear Programming packages such as CPLEX and GLPK. It's much more powerful than what scipy.optimize has.
Using pip to i…
-
It seems that the Constraints data type (http://hackage.haskell.org/package/hmatrix-glpk-0.19.0.0/docs/Numeric-LinearProgramming.html#t:Constraints) does not have a Show instance although this could b…
tkx68 updated
4 years ago
-
The Gorubi licence is troublesome for HPC clusters.
Can you replace your solver module with something unencumbered?
eg. https://pypi.org/project/glpk/
-
Hi, I'm getting this error and I can't figure out how to solve it as gurobi appears to require a licence and to be installed externally.
![image](https://user-images.githubusercontent.com/23311037…
-
**Gyp error, with exit code 1** keeps appearing while compiling the package on Windows 10. Till now, I have tried almost all the possible solutions given online, some of the examples include:
1. Chec…
-
Hi,
I am trying to use your summarizer and refer your paper in my paper, but I got an exception as the following:
I am using mac os. I am trying to set java jni but I always got an error. There …
-
Suppose we have an `LP v c` with `setVarKind x BinVar` at the top. Later on, I might like to set `varEq x 0` or even to `1`, but never a non-binary value, to rule `x` out or make it certain under cho…
ghost updated
5 years ago
-
***Dependencies, e.g. PPL for GLPK***
On macOS with `ppl` installed via Homebrew,
the `configure` script reported the following:
```
## ---------------------------------------------------- ##
## C…
-
Hi, would it be possible to get this available on Windows as well as on UNIX based systems? We'd prefer to depend on it over GLPK, but need it to be available on all platforms to do that!