dlvhex  2.5.0
testsuite/fixturesExt1.h File Reference

Interface for testing fixtures related to sample program from Roman's thesis. More...

Include dependency graph for fixturesExt1.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  TestPluginAtomCount
class  TestPluginAtomReach
struct  ProgramExt1ProgramCtxFixture

Typedefs

typedef GenericDepGraphFixture
< ProgramExt1ProgramCtxFixture
ProgramExt1ProgramCtxDependencyGraphFixture
typedef
GenericDepGraphCompGraphFixture
< ProgramExt1ProgramCtxFixture
ProgramExt1ProgramCtxDependencyGraphComponentGraphFixture

Detailed Description

Interface for testing fixtures related to sample program from Roman's thesis.

Author:
Peter Schueller <ps@kr.tuwien.ac.at>

This program is: item(X) :- part(X). edge(Y) :- foo(Y). num(N) :- &count[item](N). reached(X) :- &reach[N,edge](X), startnode(N).

Definition in file fixturesExt1.h.


Typedef Documentation