Class ASTOpt

java.lang.Object
org.tweetyproject.lp.asp.parser.SimpleNode
org.tweetyproject.lp.asp.parser.ASTOpt
All Implemented Interfaces:
Node

public class ASTOpt extends SimpleNode
The ASTOpt class represents a node in the abstract syntax tree (AST) for optimization statements within the context of Answer Set Programming (ASP). This class extends SimpleNode and is used by the ASP parser to handle optimization directives, such as maximizing or minimizing a function.