summaryrefslogtreecommitdiff
path: root/demos
AgeCommit message (Expand)AuthorFilesLines
2013-10-28Updated.Roberto Bagnara3-6/+6
2013-09-10Give up on -Werror: it increasingly causes problems.Roberto Bagnara1-1/+1
2013-05-15Switch to the new GLPK API routines.Roberto Bagnara1-68/+83
2013-05-15Converted to free MPS format.Roberto Bagnara2-369/+378
2013-01-01Const-qualify immutable objects.Roberto Bagnara1-2/+2
2013-01-01Const-qualify immutable objects.Roberto Bagnara2-29/+29
2013-01-01Extended copyright years.Roberto Bagnara17-17/+17
2012-08-20Avoided non-constant pointers to function.Roberto Bagnara1-1/+1
2012-08-18Avoid a non-portable GNU Make idiom (using `$<' in a non-suffix rule context).Roberto Bagnara2-3/+6
2012-08-18Do not use TABs for code layout.Roberto Bagnara3-322/+322
2012-08-18Avoided som implicit integral conversion that changed the signedness of the u...Roberto Bagnara2-9/+13
2012-06-27Updated.Roberto Bagnara3-3/+3
2012-06-27Unconditionally distribute the man page.Roberto Bagnara1-3/+3
2012-04-23Corrected expected results for (overflowing) tests on bounded coefficients.Enea Zaffanella2-20/+62
2012-04-19Test sampleh7.ine no longer causes an overflow.Enea Zaffanella1-1/+1
2012-04-16Updated.Roberto Bagnara3-3/+3
2012-04-12The Intel C/C++ compiler does not support -pedantic.Roberto Bagnara1-0/+9
2012-03-21Added some missing parenthesis.Abramo Bagnara1-1/+1
2012-03-19This file is not part of the Parma Polyhedra Library.Roberto Bagnara1-24/+2
2012-03-18Man pages updated.Roberto Bagnara3-6/+6
2012-03-13Fixed licenses text.Abramo Bagnara1-1/+0
2012-03-12Avoid implicit conversions to bool.Enea Zaffanella1-3/+6
2012-02-26`#error' messages made consistent.Roberto Bagnara2-2/+2
2012-02-25Wrong guard fixed.Roberto Bagnara1-1/+1
2012-02-25Prefer explicit test against zero.Enea Zaffanella1-2/+2
2012-02-21Added '&' prefix to function identifiers that are not used to call the function.Patricia Hill1-1/+1
2012-01-18Bumped copyright years.Roberto Bagnara18-18/+18
2012-01-18Reduced the scope of several variables.Roberto Bagnara1-3/+2
2011-12-07demos/ppl_pips: remove two unused functions.Marco Poletti1-12/+0
2011-11-09Project vocabulary fixes.Roberto Bagnara1-16/+2
2011-11-08Project vocabulary fixes.Roberto Bagnara2-29/+29
2011-11-07Started fixing the vocabulary used throughout the library.Roberto Bagnara2-10/+10
2011-10-30Fixed typo.Abramo Bagnara1-1/+1
2011-10-30Fixed wrong type uses.Abramo Bagnara2-7/+9
2011-10-25Web site URI updated.Roberto Bagnara17-17/+17
2011-10-11Minor readability improvements.Roberto Bagnara1-3/+3
2011-10-10Better terminology and identifiers concerning time units.Roberto Bagnara1-5/+5
2011-10-09Magic constants avoided.Roberto Bagnara2-14/+20
2011-09-28Declare functions at file scope.Roberto Bagnara1-1/+2
2011-09-28Fixed several indentation mistakes.Roberto Bagnara1-1/+1
2011-07-28Make sure we have a declaration of setrlimit() before trying to use it.Roberto Bagnara3-3/+5
2011-02-14Corrected a (checked-integer related) problem in PIP_Solution_Tree::solve().Enea Zaffanella2-2/+2
2011-02-14Reduce the argument of valgrind's --num-callers below the allowed maximum.Roberto Bagnara1-1/+1
2011-02-10For readability, separate the input operation from input stream status check.Enea Zaffanella1-6/+12
2011-02-10Corrected expected results.Enea Zaffanella10-74/+74
2011-01-24Copyright notices updated.Roberto Bagnara18-1/+30
2010-09-17Do destroy the MIP object before returning from solve_with_simplex.Enea Zaffanella1-21/+24
2010-09-03Expected results updated.Roberto Bagnara4-187/+111
2010-09-03Updated expected results.Roberto Bagnara4-89/+154
2010-08-30Use a convenience library to confine the compilation of glpk_set_d_eps.c.Roberto Bagnara1-8/+12