Christoph Hansknecht

Results 12 issues of Christoph Hansknecht

I am trying to export data using WriteVTK v1.18.2 to be examined with paraview. Specifically, the data is based on a rectilinear grid of size 41 x 41. The output...

I noticed after some debugging that the standard command $ARCHDEFS/install_optrove uses `make` internally to compile `libcutest.a`. Unfortunately, the compilation [rule](https://github.com/ralna/CUTEst/blob/master/src/tools/makemaster#L191-L276) uses commands modifying the file `libcutest.a` in place. The compilation...

I would like to be able to add an objective offset to `trlib`. Essentially, this would no affect the solution process, but print a corrected value in the `obj` column...

Fixes https://github.com/Guake/guake/issues/2225

This is in response to #35 . My idea would be to make the current tape information `thread_local` and add synchronization based on standard C++ constructs, so there are no...

I am working on a project which involves the evaluation of several functions and their derivatives. At each step, the derivatives of several different functions have to be evaluated (rather...

As I mentioned in #1: SoPlex is highly pessimistic regarding changes in the objective function and the bounds of the variables / linear constraints. Essentially, the Basis is discarded entirely....

For a research project I need to solve LPs which are parametric in their respective variable bounds, i.e. of the type min c^T x, s.t. lhs

I am using the following version `[7c1d4256] DynamicPolynomials v0.5.5` in my project. I wanted to compute the antiderivative of a polynomial. The `Examples` sections show the following: Examples –––––––– p...