Aluriak / clyngor

Handy python wrapper around Potassco's Clingo ASP solver.
GNU General Public License v3.0
34 stars 7 forks source link

Add discard_quotes for as_pyasp. #11

Closed ArnaudBelcour closed 5 years ago

ArnaudBelcour commented 5 years ago

Hello,

during the creation of #9 I thought that as_pyasp and discard_quotes were incompatible. But after looking into as_pyasp behaviour, they seem to be compatible. So I send this pull request to add discard_quotes to as_pyasp and I had some tests for as_pyasp option.

ArnaudBelcour commented 5 years ago

The new commit compare TermSet to frozenset (what TermSet should return) instead of compare it to a newly created TermSet.