[PPL-devel] [GIT] ppl/ppl(master): Fixed the code layout for several if-then-elses.

Roberto Bagnara bagnara at cs.unipr.it
Sun Aug 19 22:50:25 CEST 2012


Module: ppl/ppl
Branch: master
Commit: fd2a3147b0d0346d78f1e0efbbbd77afe567e225
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=fd2a3147b0d0346d78f1e0efbbbd77afe567e225

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Sun Aug 19 22:49:03 2012 +0200

Fixed the code layout for several if-then-elses.

---

 src/CO_Tree.cc                          |   60 ++++++++----
 src/CO_Tree.inlines.hh                  |    3 +-
 src/CO_Tree.templates.hh                |    6 +-
 src/Constraint.cc                       |    6 +-
 src/Constraint.inlines.hh               |    9 +-
 src/Dense_Row.cc                        |   27 ++++--
 src/Expression_Hide_Last.inlines.hh     |    3 +-
 src/Generator.cc                        |    3 +-
 src/Generator.inlines.hh                |    9 +-
 src/Generator_System.cc                 |    6 +-
 src/Grid_Generator.inlines.hh           |    3 +-
 src/Grid_conversion.cc                  |    9 +-
 src/Linear_Expression.inlines.hh        |   12 ++-
 src/Linear_Expression_Impl.cc           |    3 +-
 src/Linear_Expression_Impl.templates.hh |  156 ++++++++++++++++++++----------
 src/Linear_System.inlines.hh            |   18 +++-
 src/Linear_System.templates.hh          |   12 ++-
 src/MIP_Problem.cc                      |    6 +-
 src/Matrix.templates.hh                 |    3 +-
 src/PIP_Problem.cc                      |    6 +-
 src/Polyhedron_conversion.templates.hh  |    6 +-
 src/Polyhedron_minimize.templates.hh    |    6 +-
 src/Polyhedron_public.cc                |    3 +-
 src/Sparse_Row.cc                       |   84 +++++++++++------
 src/Sparse_Row.templates.hh             |   18 +++-
 25 files changed, 318 insertions(+), 159 deletions(-)

Diff:   http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commitdiff;h=fd2a3147b0d0346d78f1e0efbbbd77afe567e225



More information about the PPL-devel mailing list