Expression {rminizinc}R Documentation

Expression (Abstract class – should not be initialized)

Description

This class represents an expression in MiniZinc.

Methods

Public methods


Method new()

constructor

Usage
Expression$new()

Method clone()

The objects of this class are cloneable with this method.

Usage
Expression$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


[Package rminizinc version 0.0.8 Index]