(-this)
242243244245246247248249250251252
/** * @return -this */ public javax.constraints.Var negative() { IntExp myVar = (IntExp) getImpl(); return new Var(getProblem(),myVar.neg()); } /** * @return an absolute value of this */