Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
mainConstants.java
Go to the documentation of this file.
1/* ----------------------------------------------------------------------------
2 * This file was automatically generated by SWIG (https://www.swig.org).
3 * Version 4.2.0
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
9package com.google.ortools.constraintsolver;
10
11public interface mainConstants {
12 // VarTypes
18 public final static int UNSPECIFIED = mainJNI.UNSPECIFIED_get();
19 public final static int DOMAIN_INT_VAR = mainJNI.DOMAIN_INT_VAR_get();
20 public final static int BOOLEAN_VAR = mainJNI.BOOLEAN_VAR_get();
21 public final static int CONST_VAR = mainJNI.CONST_VAR_get();
22 public final static int VAR_ADD_CST = mainJNI.VAR_ADD_CST_get();
23 public final static int VAR_TIMES_CST = mainJNI.VAR_TIMES_CST_get();
24 public final static int CST_SUB_VAR = mainJNI.CST_SUB_VAR_get();
25 public final static int OPP_VAR = mainJNI.OPP_VAR_get();
26 public final static int TRACE_VAR = mainJNI.TRACE_VAR_get();
27
28}