OR-Tools  9.1
sat_java_wrap.h
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 * This file is not intended to be easily readable and contains a number of
6 * coding conventions designed to improve portability and efficiency. Do not make
7 * changes to this file unless you know what you are doing--modify the SWIG
8 * interface file instead.
9 * ----------------------------------------------------------------------------- */
10
11#ifndef SWIG_main_WRAP_H_
12#define SWIG_main_WRAP_H_
13
14class SwigDirector_SolutionCallback : public operations_research::sat::SolutionCallback, public Swig::Director {
15
16public:
17 void swig_connect_director(JNIEnv *jenv, jobject jself, jclass jcls, bool swig_mem_own, bool weak_global);
20 virtual void OnSolutionCallback() const;
21public:
22 bool swig_overrides(int n) {
23 return (n < 1 ? swig_override[n] : false);
24 }
25protected:
27};
28
29
30#endif
virtual void OnSolutionCallback() const
void swig_connect_director(SWIG_Callback0_t callbackOnSolutionCallback)
Swig::BoolArray< 1 > swig_override
Definition: sat_java_wrap.h:26