OR-Tools  8.1
sat_csharp_wrap.cc File Reference

Go to the source code of this file.

Classes

struct  SWIG_CSharpException_t
 
struct  SWIG_CSharpExceptionArgument_t
 
class  Director
 
class  DirectorException
 
class  DirectorPureVirtualException
 

Namespaces

 Swig
 

Macros

#define SWIGCSHARP
 
#define SWIG_DIRECTORS
 
#define SWIGTEMPLATEDISAMBIGUATOR
 
#define SWIGINLINE
 
#define SWIGUNUSED
 
#define SWIGUNUSEDPARM(p)   p SWIGUNUSED
 
#define SWIGINTERN   static SWIGUNUSED
 
#define SWIGINTERNINLINE   SWIGINTERN SWIGINLINE
 
#define SWIGEXPORT
 
#define SWIGSTDCALL
 
#define SWIG_contract_assert(nullreturn, expr, msg)   if (!(expr)) {SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentOutOfRangeException, msg, ""); return nullreturn; } else
 
#define SWIGWORDSIZE64
 

Typedefs

typedef void(SWIGSTDCALLSWIG_CSharpExceptionCallback_t) (const char *)
 
typedef void(SWIGSTDCALLSWIG_CSharpExceptionArgumentCallback_t) (const char *, const char *)
 
typedef char *(SWIGSTDCALLSWIG_CSharpStringHelperCallback) (const char *)
 

Enumerations

enum  SWIG_CSharpExceptionCodes {
  SWIG_CSharpApplicationException, SWIG_CSharpArithmeticException, SWIG_CSharpDivideByZeroException, SWIG_CSharpIndexOutOfRangeException,
  SWIG_CSharpInvalidCastException, SWIG_CSharpInvalidOperationException, SWIG_CSharpIOException, SWIG_CSharpNullReferenceException,
  SWIG_CSharpOutOfMemoryException, SWIG_CSharpOverflowException, SWIG_CSharpSystemException, SWIG_CSharpApplicationException,
  SWIG_CSharpArithmeticException, SWIG_CSharpDivideByZeroException, SWIG_CSharpIndexOutOfRangeException, SWIG_CSharpInvalidCastException,
  SWIG_CSharpInvalidOperationException, SWIG_CSharpIOException, SWIG_CSharpNullReferenceException, SWIG_CSharpOutOfMemoryException,
  SWIG_CSharpOverflowException, SWIG_CSharpSystemException, SWIG_CSharpApplicationException, SWIG_CSharpArithmeticException,
  SWIG_CSharpDivideByZeroException, SWIG_CSharpIndexOutOfRangeException, SWIG_CSharpInvalidCastException, SWIG_CSharpInvalidOperationException,
  SWIG_CSharpIOException, SWIG_CSharpNullReferenceException, SWIG_CSharpOutOfMemoryException, SWIG_CSharpOverflowException,
  SWIG_CSharpSystemException, SWIG_CSharpApplicationException, SWIG_CSharpArithmeticException, SWIG_CSharpDivideByZeroException,
  SWIG_CSharpIndexOutOfRangeException, SWIG_CSharpInvalidCastException, SWIG_CSharpInvalidOperationException, SWIG_CSharpIOException,
  SWIG_CSharpNullReferenceException, SWIG_CSharpOutOfMemoryException, SWIG_CSharpOverflowException, SWIG_CSharpSystemException,
  SWIG_CSharpApplicationException, SWIG_CSharpArithmeticException, SWIG_CSharpDivideByZeroException, SWIG_CSharpIndexOutOfRangeException,
  SWIG_CSharpInvalidCastException, SWIG_CSharpInvalidOperationException, SWIG_CSharpIOException, SWIG_CSharpNullReferenceException,
  SWIG_CSharpOutOfMemoryException, SWIG_CSharpOverflowException, SWIG_CSharpSystemException, SWIG_CSharpApplicationException,
  SWIG_CSharpArithmeticException, SWIG_CSharpDivideByZeroException, SWIG_CSharpIndexOutOfRangeException, SWIG_CSharpInvalidCastException,
  SWIG_CSharpInvalidOperationException, SWIG_CSharpIOException, SWIG_CSharpNullReferenceException, SWIG_CSharpOutOfMemoryException,
  SWIG_CSharpOverflowException, SWIG_CSharpSystemException
}
 
enum  SWIG_CSharpExceptionArgumentCodes {
  SWIG_CSharpArgumentException, SWIG_CSharpArgumentNullException, SWIG_CSharpArgumentOutOfRangeException, SWIG_CSharpArgumentException,
  SWIG_CSharpArgumentNullException, SWIG_CSharpArgumentOutOfRangeException, SWIG_CSharpArgumentException, SWIG_CSharpArgumentNullException,
  SWIG_CSharpArgumentOutOfRangeException, SWIG_CSharpArgumentException, SWIG_CSharpArgumentNullException, SWIG_CSharpArgumentOutOfRangeException,
  SWIG_CSharpArgumentException, SWIG_CSharpArgumentNullException, SWIG_CSharpArgumentOutOfRangeException, SWIG_CSharpArgumentException,
  SWIG_CSharpArgumentNullException, SWIG_CSharpArgumentOutOfRangeException
}
 

Functions

static void SWIGUNUSED SWIG_CSharpSetPendingException (SWIG_CSharpExceptionCodes code, const char *msg)
 
static void SWIGUNUSED SWIG_CSharpSetPendingExceptionArgument (SWIG_CSharpExceptionArgumentCodes code, const char *msg, const char *param_name)
 
SWIGEXPORT void SWIGSTDCALL SWIGRegisterExceptionCallbacks_operations_research_sat (SWIG_CSharpExceptionCallback_t applicationCallback, SWIG_CSharpExceptionCallback_t arithmeticCallback, SWIG_CSharpExceptionCallback_t divideByZeroCallback, SWIG_CSharpExceptionCallback_t indexOutOfRangeCallback, SWIG_CSharpExceptionCallback_t invalidCastCallback, SWIG_CSharpExceptionCallback_t invalidOperationCallback, SWIG_CSharpExceptionCallback_t ioCallback, SWIG_CSharpExceptionCallback_t nullReferenceCallback, SWIG_CSharpExceptionCallback_t outOfMemoryCallback, SWIG_CSharpExceptionCallback_t overflowCallback, SWIG_CSharpExceptionCallback_t systemCallback)
 
SWIGEXPORT void SWIGSTDCALL SWIGRegisterExceptionArgumentCallbacks_operations_research_sat (SWIG_CSharpExceptionArgumentCallback_t argumentCallback, SWIG_CSharpExceptionArgumentCallback_t argumentNullCallback, SWIG_CSharpExceptionArgumentCallback_t argumentOutOfRangeCallback)
 
SWIGEXPORT void SWIGSTDCALL SWIGRegisterStringCallback_operations_research_sat (SWIG_CSharpStringHelperCallback callback)
 
SWIGEXPORT void SWIGSTDCALL CSharp_GooglefOrToolsfSat_delete_SolutionCallback___ (void *jarg1)
 
SWIGEXPORT void SWIGSTDCALL CSharp_GooglefOrToolsfSat_SolutionCallback_OnSolutionCallback___ (void *jarg1)
 
SWIGEXPORT long long SWIGSTDCALL CSharp_GooglefOrToolsfSat_SolutionCallback_NumBooleans___ (void *jarg1)
 
SWIGEXPORT long long SWIGSTDCALL CSharp_GooglefOrToolsfSat_SolutionCallback_NumBranches___ (void *jarg1)
 
SWIGEXPORT long long SWIGSTDCALL CSharp_GooglefOrToolsfSat_SolutionCallback_NumConflicts___ (void *jarg1)
 
SWIGEXPORT long long SWIGSTDCALL CSharp_GooglefOrToolsfSat_SolutionCallback_NumBinaryPropagations___ (void *jarg1)
 
SWIGEXPORT long long SWIGSTDCALL CSharp_GooglefOrToolsfSat_SolutionCallback_NumIntegerPropagations___ (void *jarg1)
 
SWIGEXPORT double SWIGSTDCALL CSharp_GooglefOrToolsfSat_SolutionCallback_WallTime___ (void *jarg1)
 
SWIGEXPORT double SWIGSTDCALL CSharp_GooglefOrToolsfSat_SolutionCallback_UserTime___ (void *jarg1)
 
SWIGEXPORT double SWIGSTDCALL CSharp_GooglefOrToolsfSat_SolutionCallback_ObjectiveValue___ (void *jarg1)
 
SWIGEXPORT double SWIGSTDCALL CSharp_GooglefOrToolsfSat_SolutionCallback_BestObjectiveBound___ (void *jarg1)
 
SWIGEXPORT long long SWIGSTDCALL CSharp_GooglefOrToolsfSat_SolutionCallback_SolutionIntegerValue___ (void *jarg1, int jarg2)
 
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_GooglefOrToolsfSat_SolutionCallback_SolutionBooleanValue___ (void *jarg1, int jarg2)
 
SWIGEXPORT void SWIGSTDCALL CSharp_GooglefOrToolsfSat_SolutionCallback_StopSearch___ (void *jarg1)
 
SWIGEXPORT uint8 *SWIGSTDCALL CSharp_GooglefOrToolsfSat_SolutionCallback_Response___ (void *jarg1)
 
SWIGEXPORT void *SWIGSTDCALL CSharp_GooglefOrToolsfSat_new_SolutionCallback___ ()
 
SWIGEXPORT void SWIGSTDCALL CSharp_GooglefOrToolsfSat_SolutionCallback_director_connect___ (void *objarg, SwigDirector_SolutionCallback::SWIG_Callback0_t callback0)
 
SWIGEXPORT uint8 *SWIGSTDCALL CSharp_GooglefOrToolsfSat_SatHelper_Solve___ (int model_proto_size, uint8 *jarg1)
 
SWIGEXPORT uint8 *SWIGSTDCALL CSharp_GooglefOrToolsfSat_SatHelper_SolveWithStringParameters___ (int model_proto_size, uint8 *jarg1, char *jarg2)
 
SWIGEXPORT uint8 *SWIGSTDCALL CSharp_GooglefOrToolsfSat_SatHelper_SolveWithStringParametersAndSolutionCallback___ (int model_proto_size, uint8 *jarg1, char *jarg2, void *jarg3)
 
SWIGEXPORT char *SWIGSTDCALL CSharp_GooglefOrToolsfSat_SatHelper_ModelStats___ (int model_proto_size, uint8 *jarg1)
 
SWIGEXPORT char *SWIGSTDCALL CSharp_GooglefOrToolsfSat_SatHelper_SolverResponseStats___ (int response_size, uint8 *jarg1)
 
SWIGEXPORT char *SWIGSTDCALL CSharp_GooglefOrToolsfSat_SatHelper_ValidateModel___ (int model_proto_size, uint8 *jarg1)
 
SWIGEXPORT void *SWIGSTDCALL CSharp_GooglefOrToolsfSat_SatHelper_VariableDomain___ (int variable_proto_size, uint8 *jarg1)
 
SWIGEXPORT unsigned int SWIGSTDCALL CSharp_GooglefOrToolsfSat_SatHelper_WriteModelToFile___ (int model_proto_size, uint8 *jarg1, char *jarg2)
 
SWIGEXPORT void *SWIGSTDCALL CSharp_GooglefOrToolsfSat_new_SatHelper___ ()
 
SWIGEXPORT void SWIGSTDCALL CSharp_GooglefOrToolsfSat_delete_SatHelper___ (void *jarg1)
 

Variables

static SWIG_CSharpException_t SWIG_csharp_exceptions []
 
static SWIG_CSharpExceptionArgument_t SWIG_csharp_exceptions_argument []
 
static SWIG_CSharpStringHelperCallback SWIG_csharp_string_callback = NULL
 

Macro Definition Documentation

◆ SWIG_contract_assert

#define SWIG_contract_assert (   nullreturn,
  expr,
  msg 
)    if (!(expr)) {SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentOutOfRangeException, msg, ""); return nullreturn; } else

Definition at line 300 of file sat_csharp_wrap.cc.

◆ SWIG_DIRECTORS

#define SWIG_DIRECTORS

Definition at line 16 of file sat_csharp_wrap.cc.

◆ SWIGCSHARP

#define SWIGCSHARP

Definition at line 13 of file sat_csharp_wrap.cc.

◆ SWIGEXPORT

#define SWIGEXPORT

Definition at line 128 of file sat_csharp_wrap.cc.

◆ SWIGINLINE

#define SWIGINLINE

Definition at line 65 of file sat_csharp_wrap.cc.

◆ SWIGINTERN

#define SWIGINTERN   static SWIGUNUSED

Definition at line 100 of file sat_csharp_wrap.cc.

◆ SWIGINTERNINLINE

#define SWIGINTERNINLINE   SWIGINTERN SWIGINLINE

Definition at line 105 of file sat_csharp_wrap.cc.

◆ SWIGSTDCALL

#define SWIGSTDCALL

Definition at line 138 of file sat_csharp_wrap.cc.

◆ SWIGTEMPLATEDISAMBIGUATOR

#define SWIGTEMPLATEDISAMBIGUATOR

Definition at line 56 of file sat_csharp_wrap.cc.

◆ SWIGUNUSED

#define SWIGUNUSED

Definition at line 80 of file sat_csharp_wrap.cc.

◆ SWIGUNUSEDPARM

#define SWIGUNUSEDPARM (   p)    p SWIGUNUSED

Definition at line 94 of file sat_csharp_wrap.cc.

◆ SWIGWORDSIZE64

#define SWIGWORDSIZE64

Definition at line 371 of file sat_csharp_wrap.cc.

Typedef Documentation

◆ SWIG_CSharpExceptionArgumentCallback_t

typedef void(SWIGSTDCALL* SWIG_CSharpExceptionArgumentCallback_t) (const char *, const char *)

Definition at line 195 of file sat_csharp_wrap.cc.

◆ SWIG_CSharpExceptionCallback_t

typedef void(SWIGSTDCALL* SWIG_CSharpExceptionCallback_t) (const char *)

Definition at line 194 of file sat_csharp_wrap.cc.

◆ SWIG_CSharpStringHelperCallback

typedef char*(SWIGSTDCALL* SWIG_CSharpStringHelperCallback) (const char *)

Definition at line 286 of file sat_csharp_wrap.cc.

Enumeration Type Documentation

◆ SWIG_CSharpExceptionArgumentCodes

Enumerator
SWIG_CSharpArgumentException 
SWIG_CSharpArgumentNullException 
SWIG_CSharpArgumentOutOfRangeException 
SWIG_CSharpArgumentException 
SWIG_CSharpArgumentNullException 
SWIG_CSharpArgumentOutOfRangeException 
SWIG_CSharpArgumentException 
SWIG_CSharpArgumentNullException 
SWIG_CSharpArgumentOutOfRangeException 
SWIG_CSharpArgumentException 
SWIG_CSharpArgumentNullException 
SWIG_CSharpArgumentOutOfRangeException 
SWIG_CSharpArgumentException 
SWIG_CSharpArgumentNullException 
SWIG_CSharpArgumentOutOfRangeException 
SWIG_CSharpArgumentException 
SWIG_CSharpArgumentNullException 
SWIG_CSharpArgumentOutOfRangeException 

Definition at line 188 of file sat_csharp_wrap.cc.

◆ SWIG_CSharpExceptionCodes

Enumerator
SWIG_CSharpApplicationException 
SWIG_CSharpArithmeticException 
SWIG_CSharpDivideByZeroException 
SWIG_CSharpIndexOutOfRangeException 
SWIG_CSharpInvalidCastException 
SWIG_CSharpInvalidOperationException 
SWIG_CSharpIOException 
SWIG_CSharpNullReferenceException 
SWIG_CSharpOutOfMemoryException 
SWIG_CSharpOverflowException 
SWIG_CSharpSystemException 
SWIG_CSharpApplicationException 
SWIG_CSharpArithmeticException 
SWIG_CSharpDivideByZeroException 
SWIG_CSharpIndexOutOfRangeException 
SWIG_CSharpInvalidCastException 
SWIG_CSharpInvalidOperationException 
SWIG_CSharpIOException 
SWIG_CSharpNullReferenceException 
SWIG_CSharpOutOfMemoryException 
SWIG_CSharpOverflowException 
SWIG_CSharpSystemException 
SWIG_CSharpApplicationException 
SWIG_CSharpArithmeticException 
SWIG_CSharpDivideByZeroException 
SWIG_CSharpIndexOutOfRangeException 
SWIG_CSharpInvalidCastException 
SWIG_CSharpInvalidOperationException 
SWIG_CSharpIOException 
SWIG_CSharpNullReferenceException 
SWIG_CSharpOutOfMemoryException 
SWIG_CSharpOverflowException 
SWIG_CSharpSystemException 
SWIG_CSharpApplicationException 
SWIG_CSharpArithmeticException 
SWIG_CSharpDivideByZeroException 
SWIG_CSharpIndexOutOfRangeException 
SWIG_CSharpInvalidCastException 
SWIG_CSharpInvalidOperationException 
SWIG_CSharpIOException 
SWIG_CSharpNullReferenceException 
SWIG_CSharpOutOfMemoryException 
SWIG_CSharpOverflowException 
SWIG_CSharpSystemException 
SWIG_CSharpApplicationException 
SWIG_CSharpArithmeticException 
SWIG_CSharpDivideByZeroException 
SWIG_CSharpIndexOutOfRangeException 
SWIG_CSharpInvalidCastException 
SWIG_CSharpInvalidOperationException 
SWIG_CSharpIOException 
SWIG_CSharpNullReferenceException 
SWIG_CSharpOutOfMemoryException 
SWIG_CSharpOverflowException 
SWIG_CSharpSystemException 
SWIG_CSharpApplicationException 
SWIG_CSharpArithmeticException 
SWIG_CSharpDivideByZeroException 
SWIG_CSharpIndexOutOfRangeException 
SWIG_CSharpInvalidCastException 
SWIG_CSharpInvalidOperationException 
SWIG_CSharpIOException 
SWIG_CSharpNullReferenceException 
SWIG_CSharpOutOfMemoryException 
SWIG_CSharpOverflowException 
SWIG_CSharpSystemException 

Definition at line 174 of file sat_csharp_wrap.cc.

Function Documentation

◆ CSharp_GooglefOrToolsfSat_delete_SatHelper___()

SWIGEXPORT void SWIGSTDCALL CSharp_GooglefOrToolsfSat_delete_SatHelper___ ( void *  jarg1)

Definition at line 879 of file sat_csharp_wrap.cc.

◆ CSharp_GooglefOrToolsfSat_delete_SolutionCallback___()

SWIGEXPORT void SWIGSTDCALL CSharp_GooglefOrToolsfSat_delete_SolutionCallback___ ( void *  jarg1)

Definition at line 437 of file sat_csharp_wrap.cc.

◆ CSharp_GooglefOrToolsfSat_new_SatHelper___()

SWIGEXPORT void* SWIGSTDCALL CSharp_GooglefOrToolsfSat_new_SatHelper___ ( )

Definition at line 869 of file sat_csharp_wrap.cc.

◆ CSharp_GooglefOrToolsfSat_new_SolutionCallback___()

SWIGEXPORT void* SWIGSTDCALL CSharp_GooglefOrToolsfSat_new_SolutionCallback___ ( )

Definition at line 617 of file sat_csharp_wrap.cc.

◆ CSharp_GooglefOrToolsfSat_SatHelper_ModelStats___()

SWIGEXPORT char* SWIGSTDCALL CSharp_GooglefOrToolsfSat_SatHelper_ModelStats___ ( int  model_proto_size,
uint8 jarg1 
)

Definition at line 747 of file sat_csharp_wrap.cc.

◆ CSharp_GooglefOrToolsfSat_SatHelper_Solve___()

SWIGEXPORT uint8* SWIGSTDCALL CSharp_GooglefOrToolsfSat_SatHelper_Solve___ ( int  model_proto_size,
uint8 jarg1 
)

Definition at line 634 of file sat_csharp_wrap.cc.

◆ CSharp_GooglefOrToolsfSat_SatHelper_SolverResponseStats___()

SWIGEXPORT char* SWIGSTDCALL CSharp_GooglefOrToolsfSat_SatHelper_SolverResponseStats___ ( int  response_size,
uint8 jarg1 
)

Definition at line 770 of file sat_csharp_wrap.cc.

◆ CSharp_GooglefOrToolsfSat_SatHelper_SolveWithStringParameters___()

SWIGEXPORT uint8* SWIGSTDCALL CSharp_GooglefOrToolsfSat_SatHelper_SolveWithStringParameters___ ( int  model_proto_size,
uint8 jarg1,
char *  jarg2 
)

Definition at line 665 of file sat_csharp_wrap.cc.

◆ CSharp_GooglefOrToolsfSat_SatHelper_SolveWithStringParametersAndSolutionCallback___()

SWIGEXPORT uint8* SWIGSTDCALL CSharp_GooglefOrToolsfSat_SatHelper_SolveWithStringParametersAndSolutionCallback___ ( int  model_proto_size,
uint8 jarg1,
char *  jarg2,
void *  jarg3 
)

Definition at line 703 of file sat_csharp_wrap.cc.

◆ CSharp_GooglefOrToolsfSat_SatHelper_ValidateModel___()

SWIGEXPORT char* SWIGSTDCALL CSharp_GooglefOrToolsfSat_SatHelper_ValidateModel___ ( int  model_proto_size,
uint8 jarg1 
)

Definition at line 793 of file sat_csharp_wrap.cc.

◆ CSharp_GooglefOrToolsfSat_SatHelper_VariableDomain___()

SWIGEXPORT void* SWIGSTDCALL CSharp_GooglefOrToolsfSat_SatHelper_VariableDomain___ ( int  variable_proto_size,
uint8 jarg1 
)

Definition at line 816 of file sat_csharp_wrap.cc.

◆ CSharp_GooglefOrToolsfSat_SatHelper_WriteModelToFile___()

SWIGEXPORT unsigned int SWIGSTDCALL CSharp_GooglefOrToolsfSat_SatHelper_WriteModelToFile___ ( int  model_proto_size,
uint8 jarg1,
char *  jarg2 
)

Definition at line 839 of file sat_csharp_wrap.cc.

◆ CSharp_GooglefOrToolsfSat_SolutionCallback_BestObjectiveBound___()

SWIGEXPORT double SWIGSTDCALL CSharp_GooglefOrToolsfSat_SolutionCallback_BestObjectiveBound___ ( void *  jarg1)

Definition at line 549 of file sat_csharp_wrap.cc.

◆ CSharp_GooglefOrToolsfSat_SolutionCallback_director_connect___()

SWIGEXPORT void SWIGSTDCALL CSharp_GooglefOrToolsfSat_SolutionCallback_director_connect___ ( void *  objarg,
SwigDirector_SolutionCallback::SWIG_Callback0_t  callback0 
)

Definition at line 627 of file sat_csharp_wrap.cc.

◆ CSharp_GooglefOrToolsfSat_SolutionCallback_NumBinaryPropagations___()

SWIGEXPORT long long SWIGSTDCALL CSharp_GooglefOrToolsfSat_SolutionCallback_NumBinaryPropagations___ ( void *  jarg1)

Definition at line 489 of file sat_csharp_wrap.cc.

◆ CSharp_GooglefOrToolsfSat_SolutionCallback_NumBooleans___()

SWIGEXPORT long long SWIGSTDCALL CSharp_GooglefOrToolsfSat_SolutionCallback_NumBooleans___ ( void *  jarg1)

Definition at line 453 of file sat_csharp_wrap.cc.

◆ CSharp_GooglefOrToolsfSat_SolutionCallback_NumBranches___()

SWIGEXPORT long long SWIGSTDCALL CSharp_GooglefOrToolsfSat_SolutionCallback_NumBranches___ ( void *  jarg1)

Definition at line 465 of file sat_csharp_wrap.cc.

◆ CSharp_GooglefOrToolsfSat_SolutionCallback_NumConflicts___()

SWIGEXPORT long long SWIGSTDCALL CSharp_GooglefOrToolsfSat_SolutionCallback_NumConflicts___ ( void *  jarg1)

Definition at line 477 of file sat_csharp_wrap.cc.

◆ CSharp_GooglefOrToolsfSat_SolutionCallback_NumIntegerPropagations___()

SWIGEXPORT long long SWIGSTDCALL CSharp_GooglefOrToolsfSat_SolutionCallback_NumIntegerPropagations___ ( void *  jarg1)

Definition at line 501 of file sat_csharp_wrap.cc.

◆ CSharp_GooglefOrToolsfSat_SolutionCallback_ObjectiveValue___()

SWIGEXPORT double SWIGSTDCALL CSharp_GooglefOrToolsfSat_SolutionCallback_ObjectiveValue___ ( void *  jarg1)

Definition at line 537 of file sat_csharp_wrap.cc.

◆ CSharp_GooglefOrToolsfSat_SolutionCallback_OnSolutionCallback___()

SWIGEXPORT void SWIGSTDCALL CSharp_GooglefOrToolsfSat_SolutionCallback_OnSolutionCallback___ ( void *  jarg1)

Definition at line 445 of file sat_csharp_wrap.cc.

◆ CSharp_GooglefOrToolsfSat_SolutionCallback_Response___()

SWIGEXPORT uint8* SWIGSTDCALL CSharp_GooglefOrToolsfSat_SolutionCallback_Response___ ( void *  jarg1)

Definition at line 597 of file sat_csharp_wrap.cc.

◆ CSharp_GooglefOrToolsfSat_SolutionCallback_SolutionBooleanValue___()

SWIGEXPORT unsigned int SWIGSTDCALL CSharp_GooglefOrToolsfSat_SolutionCallback_SolutionBooleanValue___ ( void *  jarg1,
int  jarg2 
)

Definition at line 575 of file sat_csharp_wrap.cc.

◆ CSharp_GooglefOrToolsfSat_SolutionCallback_SolutionIntegerValue___()

SWIGEXPORT long long SWIGSTDCALL CSharp_GooglefOrToolsfSat_SolutionCallback_SolutionIntegerValue___ ( void *  jarg1,
int  jarg2 
)

Definition at line 561 of file sat_csharp_wrap.cc.

◆ CSharp_GooglefOrToolsfSat_SolutionCallback_StopSearch___()

SWIGEXPORT void SWIGSTDCALL CSharp_GooglefOrToolsfSat_SolutionCallback_StopSearch___ ( void *  jarg1)

Definition at line 589 of file sat_csharp_wrap.cc.

◆ CSharp_GooglefOrToolsfSat_SolutionCallback_UserTime___()

SWIGEXPORT double SWIGSTDCALL CSharp_GooglefOrToolsfSat_SolutionCallback_UserTime___ ( void *  jarg1)

Definition at line 525 of file sat_csharp_wrap.cc.

◆ CSharp_GooglefOrToolsfSat_SolutionCallback_WallTime___()

SWIGEXPORT double SWIGSTDCALL CSharp_GooglefOrToolsfSat_SolutionCallback_WallTime___ ( void *  jarg1)

Definition at line 513 of file sat_csharp_wrap.cc.

◆ SWIG_CSharpSetPendingException()

static void SWIGUNUSED SWIG_CSharpSetPendingException ( SWIG_CSharpExceptionCodes  code,
const char *  msg 
)
static

Definition at line 227 of file sat_csharp_wrap.cc.

◆ SWIG_CSharpSetPendingExceptionArgument()

static void SWIGUNUSED SWIG_CSharpSetPendingExceptionArgument ( SWIG_CSharpExceptionArgumentCodes  code,
const char *  msg,
const char *  param_name 
)
static

Definition at line 235 of file sat_csharp_wrap.cc.

◆ SWIGRegisterExceptionArgumentCallbacks_operations_research_sat()

SWIGEXPORT void SWIGSTDCALL SWIGRegisterExceptionArgumentCallbacks_operations_research_sat ( SWIG_CSharpExceptionArgumentCallback_t  argumentCallback,
SWIG_CSharpExceptionArgumentCallback_t  argumentNullCallback,
SWIG_CSharpExceptionArgumentCallback_t  argumentOutOfRangeCallback 
)

Definition at line 275 of file sat_csharp_wrap.cc.

◆ SWIGRegisterExceptionCallbacks_operations_research_sat()

SWIGEXPORT void SWIGSTDCALL SWIGRegisterExceptionCallbacks_operations_research_sat ( SWIG_CSharpExceptionCallback_t  applicationCallback,
SWIG_CSharpExceptionCallback_t  arithmeticCallback,
SWIG_CSharpExceptionCallback_t  divideByZeroCallback,
SWIG_CSharpExceptionCallback_t  indexOutOfRangeCallback,
SWIG_CSharpExceptionCallback_t  invalidCastCallback,
SWIG_CSharpExceptionCallback_t  invalidOperationCallback,
SWIG_CSharpExceptionCallback_t  ioCallback,
SWIG_CSharpExceptionCallback_t  nullReferenceCallback,
SWIG_CSharpExceptionCallback_t  outOfMemoryCallback,
SWIG_CSharpExceptionCallback_t  overflowCallback,
SWIG_CSharpExceptionCallback_t  systemCallback 
)

Definition at line 247 of file sat_csharp_wrap.cc.

◆ SWIGRegisterStringCallback_operations_research_sat()

SWIGEXPORT void SWIGSTDCALL SWIGRegisterStringCallback_operations_research_sat ( SWIG_CSharpStringHelperCallback  callback)

Definition at line 293 of file sat_csharp_wrap.cc.

Variable Documentation

◆ SWIG_csharp_exceptions

◆ SWIG_csharp_exceptions_argument

SWIG_CSharpExceptionArgument_t SWIG_csharp_exceptions_argument[]
static
Initial value:

Definition at line 221 of file sat_csharp_wrap.cc.

◆ SWIG_csharp_string_callback

SWIG_CSharpStringHelperCallback SWIG_csharp_string_callback = NULL
static

Definition at line 287 of file sat_csharp_wrap.cc.

SWIG_CSharpArgumentException
@ SWIG_CSharpArgumentException
Definition: sat_csharp_wrap.cc:189
SWIG_CSharpArgumentNullException
@ SWIG_CSharpArgumentNullException
Definition: sat_csharp_wrap.cc:190
SWIG_CSharpArithmeticException
@ SWIG_CSharpArithmeticException
Definition: sat_csharp_wrap.cc:176
SWIG_CSharpApplicationException
@ SWIG_CSharpApplicationException
Definition: sat_csharp_wrap.cc:175
SWIG_CSharpIOException
@ SWIG_CSharpIOException
Definition: sat_csharp_wrap.cc:181
SWIG_CSharpInvalidCastException
@ SWIG_CSharpInvalidCastException
Definition: sat_csharp_wrap.cc:179
SWIG_CSharpInvalidOperationException
@ SWIG_CSharpInvalidOperationException
Definition: sat_csharp_wrap.cc:180
SWIG_CSharpIndexOutOfRangeException
@ SWIG_CSharpIndexOutOfRangeException
Definition: sat_csharp_wrap.cc:178
SWIG_CSharpOverflowException
@ SWIG_CSharpOverflowException
Definition: sat_csharp_wrap.cc:184
SWIG_CSharpDivideByZeroException
@ SWIG_CSharpDivideByZeroException
Definition: sat_csharp_wrap.cc:177
SWIG_CSharpArgumentOutOfRangeException
@ SWIG_CSharpArgumentOutOfRangeException
Definition: sat_csharp_wrap.cc:191
SWIG_CSharpOutOfMemoryException
@ SWIG_CSharpOutOfMemoryException
Definition: sat_csharp_wrap.cc:183
SWIG_CSharpNullReferenceException
@ SWIG_CSharpNullReferenceException
Definition: sat_csharp_wrap.cc:182
SWIG_CSharpSystemException
@ SWIG_CSharpSystemException
Definition: sat_csharp_wrap.cc:185