Annotation              Annotation
ArrDomainDecl           declare n-D array with domain
Array                   create an array
ArrayAccess             Array Access
AssignItem              Assignment Items
BinOp                   BinOp
Bool                    Bool
BoolArrDecl             n-D bool array declaration
BoolDecl                new bool declaration
BoolSetDecl             set of bool declaration
Call                    Call
Comprehension           Comprehension
ConstraintItem          Constraint Items
Expression              Expression (Abstract class - should not be
                        initialized)
Float                   Float
FloatArrDecl            n-D float array declaration
FloatDecl               float declaration
FloatSetDecl            set of float declaration
FloatSetVal             Float set value
FloatVal                FloatVal class (not exposed to user)
FunctionItem            Function Items
Generator               Generator
Id                      Id class (not exposed to the user)
IncludeItem             Include Items
Int                     Int
IntArrDecl              n-D int array declaration
IntDecl                 int declaration
IntSetDecl              int set declaration
IntSetVal               Integer set value
IntVal                  IntVal class (not exposed to user)
Ite                     Ite
Item                    Item class (Abstract)
LIBMINIZINC_PATH        Absolute path of the libminizinc library
Let                     Let
Model                   MiniZinc Model class
PROJECT_DIRECTORY       Absolute path of project directory
SOLVER_BIN              Absolute path of the solver executable
                        directory
Set                     Set
SolveItem               SolveItem
String                  String
StringArrDecl           n-D String array declaration
StringSetDecl           set of string declaration
Type                    Type class
TypeInst                TypeInst
UnOp                    UnOp
VarDecl                 VarDecl
VarDeclItem             The variable declaration item
VarDomainDecl           declare 0-D variable with domain
assignment              assignment problem 2
assignment_2            assignment problem 2
boolExpressions         get bools
expressionDelete        delete an expression
floatExpressions        get floats
getRModel               init all classes
getType                 initialized type (not exposed to user)
get_missing_pars        get missing parameters
helperDeleteExpression
                        helper delete expression
helperDeleteItem        helper delete item
initExpression          initExpression (not exposed to the user)
initItem                initialize R6 from parsed (not to be exposed)
intExpressions          get ints
itemDelete              search item in model and delete
iterExpression          iterate through expressions and delete (Under
                        Development)
iterItem                check all possible items(Under Development)
knapsack                knapsack problem
magic_series            magic series problem
magic_square            magic squares problem
mzn_eval                MiniZinc model evaluation
mzn_parse               MiniZinc syntax parser
production_planning     production planning problem
rminizinc-package       rminizinc: R Interface to 'MiniZinc'
set_params              set missing parameters
sol_parse               parse the solution
stringExpressions       get strings
