[gringo] branch devel updated (a985c41 -> 3f7b387)

Thomas Krennwallner tkren-guest at moszumanska.debian.org
Sun Dec 20 11:58:16 UTC 2015


This is an automated email from the git hooks/post-receive script.

tkren-guest pushed a change to branch devel
in repository gringo.

      from  a985c41   Merge branch 'master' into devel
      adds  80fd2ba   Update changelog
      adds  cb1af23   Imported Upstream version 4.5.4
       new  9441237   Merge tag 'upstream/4.5.4'
       new  3f7b387   Update changelog

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES                                 |   8 ++
 INSTALL                                 |  12 +-
 SConscript                              |  44 ++++----
 SConstruct                              |   6 +-
 app/clingo/src/clingo_app.cc            |   9 +-
 app/clingo/src/clingo_app.hh            |   1 +
 app/clingo/tests/lua/cover-lua.lp       | 111 ++++++++++++++++++
 app/clingo/tests/lua/cover-lua.sol      |   6 +
 app/clingo/tests/python/cover-py.lp     |  90 +++++++++++++++
 app/clingo/tests/python/cover-py.sol    |   6 +
 app/gringo/main.cc                      |   5 +-
 debian/changelog                        |  12 ++
 examples/clingo/cover/README            |   5 +
 examples/clingo/cover/control-lua.lp    |  82 ++++++++++++++
 examples/clingo/cover/control-py.lp     |  60 ++++++++++
 examples/clingo/cover/cover.lp          |   9 ++
 examples/clingo/cover/instance.lp       |   8 ++
 examples/clingo/cover/preprocess.lp     |  14 +++
 libclasp/clasp/clasp_facade.h           |   2 +-
 libclasp/clasp/cli/clifwd.h             |  32 ------
 libclasp/clasp/util/hash_map.h          |  41 -------
 libclasp/src/asp_preprocessor.cpp       |   7 +-
 libclasp/src/clasp_facade.cpp           |   8 +-
 libclasp/src/clause.cpp                 |  18 +--
 libclasp/src/heuristics.cpp             |  16 ++-
 libclasp/src/logic_program.cpp          |  36 ++++--
 libclasp/src/model_enumerators.cpp      |   2 +-
 libclasp/src/solver_strategies.cpp      |   5 +-
 libclingo/clingo/clingocontrol.hh       |   9 +-
 libclingo/src/clingocontrol.cc          |  19 ++--
 libgringo/gringo/ground/literal.hh      |   2 +-
 libgringo/gringo/ground/literals.hh     |  10 +-
 libgringo/gringo/ground/statements.hh   |  10 +-
 libgringo/gringo/input/aggregate.hh     |   1 -
 libgringo/gringo/input/aggregates.hh    |   4 -
 libgringo/gringo/output/output.hh       |   1 +
 libgringo/gringo/value.hh               |   8 +-
 libgringo/gringo/version.hh             |   4 +-
 libgringo/src/ground/literals.cc        |  24 ++--
 libgringo/src/ground/statements.cc      | 194 ++++++++++++++++++--------------
 libgringo/src/input/aggregates.cc       |  17 ---
 libgringo/src/input/statement.cc        |  40 +++----
 libgringo/src/python.cc                 |   4 -
 libgringo/tests/output/lparse.cc        |  12 ++
 libgringo/tests/output/solver_helper.hh |  10 +-
 45 files changed, 715 insertions(+), 309 deletions(-)
 create mode 100644 app/clingo/tests/lua/cover-lua.lp
 create mode 100644 app/clingo/tests/lua/cover-lua.sol
 create mode 100644 app/clingo/tests/python/cover-py.lp
 create mode 100644 app/clingo/tests/python/cover-py.sol
 create mode 100644 examples/clingo/cover/README
 create mode 100644 examples/clingo/cover/control-lua.lp
 create mode 100644 examples/clingo/cover/control-py.lp
 create mode 100644 examples/clingo/cover/cover.lp
 create mode 100644 examples/clingo/cover/instance.lp
 create mode 100644 examples/clingo/cover/preprocess.lp
 delete mode 100644 libclasp/clasp/cli/clifwd.h
 delete mode 100644 libclasp/clasp/util/hash_map.h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gringo.git



More information about the debian-science-commits mailing list