• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

marcofavorito / flloat / 136
90%
master: 89%

Build:
Build:
LAST BUILD BRANCH: refactoring/sympy-and-pythomata
DEFAULT BRANCH: master
Ran 06 Oct 2019 09:53PM UTC
Jobs 1
Files 0
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
136

push

travis-ci

marcofavorito
split operators for propositional logic and ldlf formulas.

All the elementary operator like Not, And, Or, Implies
and Equivalence for the LDLf parser have been splitted in two.

In particular, if the operator is applied to a propositional formula,
then the strings to be used are (as usual):
- not: !
- and: &
- or: |
- implies: ->
- equivalence: <->

whereas, for LDLf formulas:
- not: !!
- and: &&
- or: ||
- implies: -->
- equivalence: <-->

that is, double the character of the operator.
This change is due to introduce the following abbreviation:

given P a propositional formula:

P -> <P>tt

However, this introduced several conflicts, mostly due to our use
of PLY. This is going to change in the near future.
Jobs
ID Job ID Ran Files Coverage
3 136.3 (TOXENV=docs) 06 Oct 2019 09:53PM UTC 0
Travis Job 136.3
Source Files on build 136
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #136
  • 6a552b55 on github
  • Prev Build on develop (#135)
  • Next Build on develop (#137)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc