Java Reference

Java Reference

IntVarLocalSearchOperator.java
Go to the documentation of this file.
1 /* ----------------------------------------------------------------------------
2  * This file was automatically generated by SWIG (http://www.swig.org).
3  * Version 4.0.2
4  *
5  * Do not make changes to this file unless you know what you are doing--modify
6  * the SWIG interface file instead.
7  * ----------------------------------------------------------------------------- */
8 
9 package com.google.ortools.constraintsolver;
10 
12  private transient long swigCPtr;
13 
14  protected IntVarLocalSearchOperator(long cPtr, boolean cMemoryOwn) {
15  super(mainJNI.IntVarLocalSearchOperator_SWIGUpcast(cPtr), cMemoryOwn);
16  swigCPtr = cPtr;
17  }
18 
19  protected static long getCPtr(IntVarLocalSearchOperator obj) {
20  return (obj == null) ? 0 : obj.swigCPtr;
21  }
22 
23  @SuppressWarnings("deprecation")
24  protected void finalize() {
25  delete();
26  }
27 
28  public synchronized void delete() {
29  if (swigCPtr != 0) {
30  if (swigCMemOwn) {
31  swigCMemOwn = false;
32  mainJNI.delete_IntVarLocalSearchOperator(swigCPtr);
33  }
34  swigCPtr = 0;
35  }
36  super.delete();
37  }
38 
39  protected void swigDirectorDisconnect() {
40  swigCMemOwn = false;
41  delete();
42  }
43 
44  public void swigReleaseOwnership() {
45  swigCMemOwn = false;
46  mainJNI.IntVarLocalSearchOperator_change_ownership(this, swigCPtr, false);
47  }
48 
49  public void swigTakeOwnership() {
50  swigCMemOwn = true;
51  mainJNI.IntVarLocalSearchOperator_change_ownership(this, swigCPtr, true);
52  }
53 
55  this(mainJNI.new_IntVarLocalSearchOperator__SWIG_0(), true);
56  mainJNI.IntVarLocalSearchOperator_director_connect(this, swigCPtr, true, true);
57  }
58 
59  public IntVarLocalSearchOperator(IntVar[] vars, boolean keep_inverse_values) {
60  this(mainJNI.new_IntVarLocalSearchOperator__SWIG_1(vars, keep_inverse_values), true);
61  mainJNI.IntVarLocalSearchOperator_director_connect(this, swigCPtr, true, true);
62  }
63 
65  this(mainJNI.new_IntVarLocalSearchOperator__SWIG_2(vars), true);
66  mainJNI.IntVarLocalSearchOperator_director_connect(this, swigCPtr, true, true);
67  }
68 
74  protected boolean oneNeighbor() {
75  return (getClass() == IntVarLocalSearchOperator.class) ? mainJNI.IntVarLocalSearchOperator_oneNeighbor(swigCPtr, this) : mainJNI.IntVarLocalSearchOperator_oneNeighborSwigExplicitIntVarLocalSearchOperator(swigCPtr, this);
76  }
77 
78 }
void swigReleaseOwnership()
IntVarLocalSearchOperator()
void swigDirectorDisconnect()
boolean oneNeighbor()
Creates a new neighbor.
The class IntVar is a subset of IntExpr.
Base operator class for operators manipulating variables.
void swigTakeOwnership()
IntVarLocalSearchOperator(long cPtr, boolean cMemoryOwn)
IntVarLocalSearchOperator(IntVar[] vars)
IntVarLocalSearchOperator(IntVar[] vars, boolean keep_inverse_values)