Go to the documentation of this file.
9 package com.google.ortools.constraintsolver;
12 private transient long swigCPtr;
15 super(mainJNI.CastConstraint_SWIGUpcast(cPtr), cMemoryOwn);
20 return (obj ==
null) ? 0 : obj.swigCPtr;
23 @SuppressWarnings(
"deprecation")
24 protected
void finalize() {
28 public synchronized void delete() {
32 mainJNI.delete_CastConstraint(swigCPtr);
40 long cPtr = mainJNI.CastConstraint_target_var(swigCPtr,
this);
41 return (cPtr == 0) ? null :
new IntVar(cPtr,
false);