summaryrefslogtreecommitdiffhomepage
path: root/ir/lpp
Commit message (Expand)AuthorAge
* Unify indentation of function parametersSebastian Buchwald2017-03-31
* Reorganize include directivesMatthias Braun2017-02-17
* Fix indentationSebastian Buchwald2016-05-12
* lpp: Cleanup.Christoph Mallon2015-12-08
* adt: Add and use 'streq()'.Christoph Mallon2015-12-07
* Remove unused copy statistics.Christoph Mallon2015-07-19
* Remove unnecessary #include "debug.h".Christoph Mallon2015-07-19
* lpp: Remove support for using remote solvers.Matthias Braun2015-05-28
* cleanup: Spell it <assert.h>, not "assert.h".Christoph Mallon2014-12-29
* Do not create ssize_t typedef on MinGW.Sebastian Buchwald2014-11-26
* rename error.h to panic.hMatthias Braun2014-05-28
* Add space after 'switch'.Sebastian Buchwald2014-05-27
* use panic instead of assert in verify functionMatthias Braun2014-04-30
* all: Remove unnecessary #include <stdarg.h>.Christoph Mallon2014-04-10
* all: Remove unnecessary #include <assert.h>.Christoph Mallon2014-04-10
* all: Add and use QSORT() and QSORT_ARR().Christoph Mallon2014-04-10
* all: Make formatting of else clauses more consistent.Christoph Mallon2014-04-08
* all: Use MIN.Christoph Mallon2014-03-29
* replace assert(0 && "message") with panic("message")Matthias Braun2013-07-04
* do not include config.h anymoreMatthias Braun2013-05-04
* Fixed warnings in optimize build.Sebastian Buchwald2013-03-11
* lpp: Add Gurobi support for improving an initial solution.Manuel Mohr2013-02-01
* lpp: Issue warning when trying to set bounds for Gurobi.Manuel Mohr2013-02-01
* lpp: Only set solution state to feasible if a solution was found.Manuel Mohr2013-01-30
* lpp: Delete commented out code, correct some comments.Manuel Mohr2013-01-30
* remove xfree(), bitset_free() and use free() insteadMatthias Braun2013-01-29
* lpp: Do not allow Gurobi to violate the optimality.Manuel Mohr2013-01-24
* Avoid pointer garbageAndreas Zwinkau2013-01-24
* fix a few -pedantic warningsMatthias Braun2012-12-17
* remove license stuff from filesMatthias Braun2012-12-12
* remove commented out codeMatthias Braun2012-12-04
* rework timer APIMatthias Braun2012-10-24
* changed the dump format to match the cplex lp formatSebastian Hack2012-09-13
* Let matrix_foreach(), matrix_foreach_in_col() and matrix_foreach_in_row() dec...Christoph Mallon2012-07-20
* Add the return type as parameter to the macros set_find() and set_insert().Christoph Mallon2012-07-13
* adapt to -std=c99Matthias Braun2012-07-13
* make code C++ warning clean (again)Matthias Braun2012-07-10
* Fix compilation errorQuentin Colombet2012-01-09
* hashptr.h: use inline functions instead of #defineMatthias Braun2011-12-14
* lpp_gurobi:disable log to console unless requestedMatthias Braun2011-12-01
* lpp_gurobi: fix timelimit, do not abort on missing ObjBoundMatthias Braun2011-12-01
* consolidate utility macros in util.hMatthias Braun2011-10-20
* Fix DEBUG_ONLY useAndreas Zwinkau2011-09-15
* wrapping stuff in DEBUG_ONLYAndreas Zwinkau2011-09-15
* Implement double-register support for prefalloc with an ILP methodMatthias Braun2011-08-15
* use 'default' ilp solver if nothing specifiedMatthias Braun2011-08-12
* lpp: only read solution in gurobi solver if one was foundMatthias Braun2011-08-12
* lpp: call the constraint types lpp_{less|greater}_equal because they are a {l...Matthias Braun2011-08-12
* consistently give all lpp functions an lpp_ prefixMatthias Braun2011-08-12
* lpp: use inline functions instead of macrosMatthias Braun2011-08-12