EmbASP-Python
EmbASP-Python
specializations
dlvhex
dlvhex_answer_sets.py
1
from
languages.asp.answer_sets
import
AnswerSets
2
from
parsers.asp.asp_solvers_parser
import
ASPSolversParser
3
4
5
class
DLVHEXAnswerSets
(
AnswerSets
):
6
def
__init__(self, output, errors=None):
7
super(DLVHEXAnswerSets, self).__init__(output, errors)
8
9
def
_parse(self):
10
ASPSolversParser.parse_dlvhex(self, self.
_output
,
True
)
languages.asp.answer_sets
Definition:
answer_sets.py:1
specializations.dlvhex.dlvhex_answer_sets.DLVHEXAnswerSets
Definition:
dlvhex_answer_sets.py:5
base.output.Output._output
_output
Definition:
output.py:5
languages.asp.answer_sets.AnswerSets
Definition:
answer_sets.py:8
parsers.asp.asp_solvers_parser
Definition:
asp_solvers_parser.py:1
Generated by
1.8.17