[SCM] GiNaC -- a C++ library for symbolic computations branch, master, updated. release_1-4-0-716-gef7787a3
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GiNaC -- a C++ library for symbolic computations". The branch, master has been updated via ef7787a325ea1f272ea08d78f2b86c48b6b2b286 (commit) via 7e268ccc7dc68f4e1ca3452f95951b9e8a76f03e (commit) from 3956eb4456d23f7ba937d9b2b726c1b6eac64530 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ef7787a325ea1f272ea08d78f2b86c48b6b2b286 Author: Richard Kreckel <kreckel@ginac.de> Date: Sun Jun 6 14:48:00 2021 +0200 Add simple exam test for releational objects. commit 7e268ccc7dc68f4e1ca3452f95951b9e8a76f03e Author: Vladimir V. Kisil <V.Kisilv@leeds.ac.uk> Date: Sun Jun 6 14:00:50 2021 +0200 Smarter relational to Boolean conversion. If a relational contains symbolic entries we look to ex::info to decide whether it can be converted to true value. ----------------------------------------------------------------------- Summary of changes: check/.gitignore | 2 + check/CMakeLists.txt | 1 + check/Makefile.am | 4 ++ check/exam_relational.cpp | 135 ++++++++++++++++++++++++++++++++++++++++++++++ ginac/relational.cpp | 55 ++++++++++++------- 5 files changed, 178 insertions(+), 19 deletions(-) create mode 100644 check/exam_relational.cpp hooks/post-receive -- GiNaC -- a C++ library for symbolic computations
participants (1)
-
Richard B. Kreckel