Takes a filename <filename> and compiles file <filename>.lp into file <filename>.dlv, which is directly usable by dlv.
Takes a filename <filename> and compiles file <filename>.lp into file <filename>.sm, which is directly usable by smodels.
Takes a filename <filename> and pipes the file <filename>.dlv into dlv.
There is a binary version dlv/2 that allows for passing options to dlv.
Try dlv(<filename>,nice).
Takes a filename <filename> and pipes the file <filename>.sm into smodels.