Rehearse
Rehearse copied to clipboard
Algebraic modeling library in C++ for linear optimization solvers
I successfully install the library using "make install" and also see the right output of "make test". But now I want to include these solvers in my own code by...
The script for downloading dependencies refers to the SVN repos of the projects, which are no longer updated. It would be much better to add a `Dependencies` and just use...
CelBoolVar and CelNumVar had incorrect implementationsfor their assignment operators. For example compiling with clang 3.9 and -Winfinite-recursion turned on you get: ``` CelNumVar.cpp:47:56: warning: all paths through this function will...
No arguments were given to ```configure```, yet it prints that the arguments were specified. This is very confusing. It also isn't clear if these packages are actually required as dependencies....
Hi, it seems that the class CelExpression has a leak within the overloaded operators =. I add a minimal example: A loop with one iteration requires 0.4 MB Ram, 200,000...
Hi, I've been using rehearse to make some optimisation problem modelisation and using mostly the dynamic expressions. Today by running my validation test i get a strange error : when...
Following `./configure`, `make`, `make test`, `make install`, `sudo make install`, everything looks good. However, it only installs in a local directory. The following test would fail: ``` $ cd Rehearse/tests/...
Hi, I'm trying to install Rehearse in the cluster of the university that I study, but during the `make` command I get the error `cc1plus: error: unrecognized command line option...
Hi, the interface is so great and straightforward, I am very happy to use it. Now I have a question, if the input just has no valid answer, can I...
I apoligize for the dumb question but, it there a way to get the Higher and Lower evaluation on the optimal value of a Linear Integer Problem ?