OR-Tools
7.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
ortools
gen
com
google
ortools
constraintsolver
LocalSearchPhaseParameters.java
Go to the documentation of this file.
1
/* ----------------------------------------------------------------------------
2
* This file was automatically generated by SWIG (http://www.swig.org).
3
* Version 3.0.12
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
11
public
class
LocalSearchPhaseParameters
{
12
private
transient
long
swigCPtr;
13
protected
transient
boolean
swigCMemOwn
;
14
15
protected
LocalSearchPhaseParameters
(
long
cPtr,
boolean
cMemoryOwn) {
16
swigCMemOwn
= cMemoryOwn;
17
swigCPtr = cPtr;
18
}
19
20
protected
static
long
getCPtr
(
LocalSearchPhaseParameters
obj) {
21
return
(obj ==
null
) ? 0 : obj.swigCPtr;
22
}
23
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_LocalSearchPhaseParameters(swigCPtr);
33
}
34
swigCPtr = 0;
35
}
36
}
37
38
public
LocalSearchPhaseParameters
() {
39
this
(mainJNI.new_LocalSearchPhaseParameters(),
true
);
40
}
41
42
}
com.google.ortools.constraintsolver.LocalSearchPhaseParameters.swigCMemOwn
transient boolean swigCMemOwn
Definition:
LocalSearchPhaseParameters.java:13
com.google.ortools.constraintsolver.LocalSearchPhaseParameters
Definition:
LocalSearchPhaseParameters.java:11
com.google.ortools.constraintsolver.LocalSearchPhaseParameters.getCPtr
static long getCPtr(LocalSearchPhaseParameters obj)
Definition:
LocalSearchPhaseParameters.java:20
com.google.ortools.constraintsolver.LocalSearchPhaseParameters.finalize
void finalize()
Definition:
LocalSearchPhaseParameters.java:24
com.google.ortools.constraintsolver.LocalSearchPhaseParameters.LocalSearchPhaseParameters
LocalSearchPhaseParameters(long cPtr, boolean cMemoryOwn)
Definition:
LocalSearchPhaseParameters.java:15
com.google.ortools.constraintsolver.LocalSearchPhaseParameters.LocalSearchPhaseParameters
LocalSearchPhaseParameters()
Definition:
LocalSearchPhaseParameters.java:38
Generated by
1.8.15