Java Reference
Java Reference
PathOperator.java
Go to the documentation of this file.
58 public PathOperator(IntVar[] next_vars, IntVar[] path_vars, int number_of_base_nodes, boolean skip_locally_optimal_paths, boolean accept_path_end_base, LongToIntFunction start_empty_path_class) {
59 this(mainJNI.new_PathOperator(next_vars, path_vars, number_of_base_nodes, skip_locally_optimal_paths, accept_path_end_base, start_empty_path_class), true);
68 if (getClass() == PathOperator.class) mainJNI.PathOperator_reset(swigCPtr, this); else mainJNI.PathOperator_resetSwigExplicitPathOperator(swigCPtr, this);
76 return (getClass() == PathOperator.class) ? mainJNI.PathOperator_oneNeighbor(swigCPtr, this) : mainJNI.PathOperator_oneNeighborSwigExplicitPathOperator(swigCPtr, this);
80 if (getClass() == PathOperator.class) mainJNI.PathOperator_OnNodeInitialization(swigCPtr, this); else mainJNI.PathOperator_OnNodeInitializationSwigExplicitPathOperator(swigCPtr, this);
84 return (getClass() == PathOperator.class) ? mainJNI.PathOperator_restartAtPathStartOnSynchronize(swigCPtr, this) : mainJNI.PathOperator_restartAtPathStartOnSynchronizeSwigExplicitPathOperator(swigCPtr, this);
88 return (getClass() == PathOperator.class) ? mainJNI.PathOperator_onSamePathAsPreviousBase(swigCPtr, this, base_index) : mainJNI.PathOperator_onSamePathAsPreviousBaseSwigExplicitPathOperator(swigCPtr, this, base_index);
92 return (getClass() == PathOperator.class) ? mainJNI.PathOperator_getBaseNodeRestartPosition(swigCPtr, this, base_index) : mainJNI.PathOperator_getBaseNodeRestartPositionSwigExplicitPathOperator(swigCPtr, this, base_index);
96 if (getClass() == PathOperator.class) mainJNI.PathOperator_setNextBaseToIncrement(swigCPtr, this, base_index); else mainJNI.PathOperator_setNextBaseToIncrementSwigExplicitPathOperator(swigCPtr, this, base_index);
100 return (getClass() == PathOperator.class) ? mainJNI.PathOperator_ConsiderAlternatives(swigCPtr, this, base_index) : mainJNI.PathOperator_ConsiderAlternativesSwigExplicitPathOperator(swigCPtr, this, base_index);
104 return (getClass() == PathOperator.class) ? mainJNI.PathOperator_initPosition(swigCPtr, this) : mainJNI.PathOperator_initPositionSwigExplicitPathOperator(swigCPtr, this);
boolean onSamePathAsPreviousBase(long base_index)
Definition: PathOperator.java:87
void setNextBaseToIncrement(long base_index)
Definition: PathOperator.java:95
boolean initPosition()
Definition: PathOperator.java:103
void swigDirectorDisconnect()
Definition: PathOperator.java:43
void swigTakeOwnership()
Definition: PathOperator.java:53
Definition: IntVarLocalSearchOperator.java:11
boolean ConsiderAlternatives(long base_index)
Definition: PathOperator.java:99
boolean restartAtPathStartOnSynchronize()
Definition: PathOperator.java:83
boolean oneNeighbor()
Definition: PathOperator.java:75
PathOperator(long cPtr, boolean cMemoryOwn)
Definition: PathOperator.java:18
long getBaseNodeRestartPosition(int base_index)
Definition: PathOperator.java:91
void OnNodeInitialization()
Definition: PathOperator.java:79
void swigReleaseOwnership()
Definition: PathOperator.java:48
long Prev(long node)
Definition: PathOperator.java:71
PathOperator(IntVar[] next_vars, IntVar[] path_vars, int number_of_base_nodes, boolean skip_locally_optimal_paths, boolean accept_path_end_base, LongToIntFunction start_empty_path_class)
Definition: PathOperator.java:58
boolean neighbor()
Definition: PathOperator.java:63