![]() |
OR-Tools
9.1
|
Definition at line 56 of file constraint_solver_csharp_wrap.h.
Public Types | |
| typedef char *(SWIGSTDCALL * | SWIG_Callback0_t) () |
| typedef void(SWIGSTDCALL * | SWIG_Callback1_t) (void *) |
| typedef int(SWIGSTDCALL * | SWIG_Callback2_t) () |
Public Member Functions | |
| SwigDirector_Demon () | |
| virtual | ~SwigDirector_Demon () |
| virtual std::string | DebugString () const |
| virtual void | Run (operations_research::Solver *const s) |
| This is the main callback of the demon. More... | |
| virtual operations_research::Solver::DemonPriority | priority () const |
| This method returns the priority of the demon. More... | |
| void | swig_connect_director (SWIG_Callback0_t callbackToString, SWIG_Callback1_t callbackRunWrapper, SWIG_Callback2_t callbackPriority) |
| SwigDirector_Demon (PyObject *self) | |
| virtual | ~SwigDirector_Demon () |
| virtual std::string | DebugString () const |
| virtual void | Run (operations_research::Solver *const s) |
| This is the main callback of the demon. More... | |
| virtual operations_research::Solver::DemonPriority | priority () const |
| This method returns the priority of the demon. More... | |
| bool | swig_get_inner (const char *swig_protected_method_name) const |
| void | swig_set_inner (const char *swig_protected_method_name, bool swig_val) const |
| void | inhibit (Solver *const s) |
| This method inhibits the demon in the search tree below the current position. More... | |
| void | desinhibit (Solver *const s) |
| This method un-inhibits the demon that was previously inhibited. More... | |
| bool | swig_set_self (JNIEnv *jenv, jobject jself, bool mem_own, bool weak_global) |
| bool | swig_set_self (JNIEnv *jenv, jobject jself, bool mem_own, bool weak_global) |
| jobject | swig_get_self (JNIEnv *jenv) const |
| PyObject * | swig_get_self () const |
| jobject | swig_get_self (JNIEnv *jenv) const |
| PyObject * | swig_get_self () const |
| void | swig_java_change_ownership (JNIEnv *jenv, jobject jself, bool take_or_release) |
| void | swig_java_change_ownership (JNIEnv *jenv, jobject jself, bool take_or_release) |
| void | swig_disown () const |
| void | swig_disown () const |
| void | swig_incref () const |
| void | swig_incref () const |
| template<typename Type > | |
| void | swig_acquire_ownership_array (Type *vptr) const |
| template<typename Type > | |
| void | swig_acquire_ownership_array (Type *vptr) const |
| template<typename Type > | |
| void | swig_acquire_ownership (Type *vptr) const |
| template<typename Type > | |
| void | swig_acquire_ownership (Type *vptr) const |
| void | swig_acquire_ownership_obj (void *vptr, int own) const |
| void | swig_acquire_ownership_obj (void *vptr, int own) const |
| int | swig_release_ownership (void *vptr) const |
| int | swig_release_ownership (void *vptr) const |
Static Public Member Functions | |
| template<typename Type > | |
| static PyObject * | swig_pyobj_disown (PyObject *pyobj, PyObject *SWIGUNUSEDPARM(args)) |
| template<typename Type > | |
| static PyObject * | swig_pyobj_disown (PyObject *pyobj, PyObject *SWIGUNUSEDPARM(args)) |
Protected Member Functions | |
| void | swig_disconnect_director_self (const char *disconn_method) |
| void | swig_disconnect_director_self (const char *disconn_method) |
Protected Attributes | |
| JObjectWrapper | swig_self_ |
| typedef char *(SWIGSTDCALL * SWIG_Callback0_t) () |
Definition at line 65 of file constraint_solver_csharp_wrap.h.
| typedef void(SWIGSTDCALL * SWIG_Callback1_t) (void *) |
Definition at line 66 of file constraint_solver_csharp_wrap.h.
| typedef int(SWIGSTDCALL * SWIG_Callback2_t) () |
Definition at line 67 of file constraint_solver_csharp_wrap.h.
Definition at line 2140 of file constraint_solver_csharp_wrap.cc.
|
virtual |
Definition at line 2144 of file constraint_solver_csharp_wrap.cc.
| SwigDirector_Demon | ( | PyObject * | self | ) |
Definition at line 4880 of file constraint_solver_python_wrap.cc.
|
virtual |
|
virtual |
Reimplemented from Demon.
Definition at line 2149 of file constraint_solver_csharp_wrap.cc.
|
virtual |
Reimplemented from Demon.
|
inherited |
This method un-inhibits the demon that was previously inhibited.
Definition at line 208 of file constraint_solver.cc.
|
inherited |
This method inhibits the demon in the search tree below the current position.
Definition at line 202 of file constraint_solver.cc.
|
virtual |
This method returns the priority of the demon.
Usually a demon is fast, slow or normal. Immediate demons are reserved for internal use to maintain variables.
Reimplemented from Demon.
Definition at line 2178 of file constraint_solver_csharp_wrap.cc.
|
virtual |
This method returns the priority of the demon.
Usually a demon is fast, slow or normal. Immediate demons are reserved for internal use to maintain variables.
Reimplemented from Demon.
|
virtual |
This is the main callback of the demon.
Implements Demon.
Definition at line 2166 of file constraint_solver_csharp_wrap.cc.
|
virtual |
This is the main callback of the demon.
Implements Demon.
|
inlineinherited |
Definition at line 3053 of file constraint_solver_python_wrap.cc.
|
inlineinherited |
Definition at line 3054 of file sat_python_wrap.cc.
|
inlineinherited |
Definition at line 3045 of file constraint_solver_python_wrap.cc.
|
inlineinherited |
Definition at line 3046 of file sat_python_wrap.cc.
|
inlineinherited |
Definition at line 3060 of file constraint_solver_python_wrap.cc.
|
inlineinherited |
Definition at line 3061 of file sat_python_wrap.cc.
| void swig_connect_director | ( | SWIG_Callback0_t | callbackToString, |
| SWIG_Callback1_t | callbackRunWrapper, | ||
| SWIG_Callback2_t | callbackPriority | ||
| ) |
Definition at line 2191 of file constraint_solver_csharp_wrap.cc.
|
inlineprotectedinherited |
Definition at line 488 of file constraint_solver_java_wrap.cc.
|
inlineprotectedinherited |
Definition at line 471 of file sat_java_wrap.cc.
|
inlineinherited |
Definition at line 3013 of file constraint_solver_python_wrap.cc.
|
inlineinherited |
Definition at line 3014 of file sat_python_wrap.cc.
|
inlinevirtual |
Reimplemented from Director.
Definition at line 201 of file constraint_solver_python_wrap.h.
|
inlineinherited |
Definition at line 3008 of file constraint_solver_python_wrap.cc.
|
inlineinherited |
Definition at line 3009 of file sat_python_wrap.cc.
|
inlineinherited |
Definition at line 523 of file constraint_solver_java_wrap.cc.
|
inlineinherited |
Definition at line 506 of file sat_java_wrap.cc.
|
inlineinherited |
Definition at line 3021 of file constraint_solver_python_wrap.cc.
|
inlineinherited |
Definition at line 3022 of file sat_python_wrap.cc.
|
inlineinherited |
Definition at line 528 of file constraint_solver_java_wrap.cc.
|
inlineinherited |
Definition at line 511 of file sat_java_wrap.cc.
|
inlinestaticinherited |
Definition at line 3081 of file constraint_solver_python_wrap.cc.
|
inlinestaticinherited |
Definition at line 3082 of file sat_python_wrap.cc.
|
inlineinherited |
Definition at line 3067 of file constraint_solver_python_wrap.cc.
|
inlineinherited |
Definition at line 3068 of file sat_python_wrap.cc.
|
inlinevirtual |
Reimplemented from Director.
Definition at line 205 of file constraint_solver_python_wrap.h.
|
inlineinherited |
Definition at line 519 of file constraint_solver_java_wrap.cc.
|
inlineinherited |
Definition at line 502 of file sat_java_wrap.cc.
|
protectedinherited |
Definition at line 485 of file constraint_solver_java_wrap.cc.