
9 Sep
2006
9 Sep
'06
2:07 p.m.
CVSROOT: /cvs/ppl Module name: ppl Changes by: bagnara@cs.unipr.it 2006-09-09 14:07:31
Modified files: src : LP_Problem.cc
Log message: assert(false) does not provide any real protection and should only be used in efficiency-critical inline functions. Use throw std::runtime_error("PPL internal error") instead.
Patches: http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/LP_Problem.cc.diff?cvsroot...