public class mainJNI
extends java.lang.Object
Constructor and Description |
---|
mainJNI() |
Modifier and Type | Method and Description |
---|---|
static void |
delete_MPConstraint(long jarg1) |
static void |
delete_MPModelExportOptions(long jarg1) |
static void |
delete_MPObjective(long jarg1) |
static void |
delete_MPSolver(long jarg1) |
static void |
delete_MPSolverParameters(long jarg1) |
static void |
delete_MPVariable(long jarg1) |
static int |
MPConstraint_basisStatus(long jarg1,
MPConstraint jarg1_) |
static double |
MPConstraint_dualValue(long jarg1,
MPConstraint jarg1_) |
static double |
MPConstraint_getCoefficient(long jarg1,
MPConstraint jarg1_,
long jarg2,
MPVariable jarg2_) |
static int |
MPConstraint_index(long jarg1,
MPConstraint jarg1_) |
static boolean |
MPConstraint_isLazy(long jarg1,
MPConstraint jarg1_) |
static double |
MPConstraint_lb(long jarg1,
MPConstraint jarg1_) |
static java.lang.String |
MPConstraint_name(long jarg1,
MPConstraint jarg1_) |
static void |
MPConstraint_setBounds(long jarg1,
MPConstraint jarg1_,
double jarg2,
double jarg3) |
static void |
MPConstraint_setCoefficient(long jarg1,
MPConstraint jarg1_,
long jarg2,
MPVariable jarg2_,
double jarg3) |
static void |
MPConstraint_setIsLazy(long jarg1,
MPConstraint jarg1_,
boolean jarg2) |
static void |
MPConstraint_setLb(long jarg1,
MPConstraint jarg1_,
double jarg2) |
static void |
MPConstraint_setUb(long jarg1,
MPConstraint jarg1_,
double jarg2) |
static double |
MPConstraint_ub(long jarg1,
MPConstraint jarg1_) |
static boolean |
MPModelExportOptions_LogInvalidNames_get(long jarg1,
MPModelExportOptions jarg1_) |
static void |
MPModelExportOptions_LogInvalidNames_set(long jarg1,
MPModelExportOptions jarg1_,
boolean jarg2) |
static int |
MPModelExportOptions_MaxLineLength_get(long jarg1,
MPModelExportOptions jarg1_) |
static void |
MPModelExportOptions_MaxLineLength_set(long jarg1,
MPModelExportOptions jarg1_,
int jarg2) |
static boolean |
MPModelExportOptions_Obfuscate_get(long jarg1,
MPModelExportOptions jarg1_) |
static void |
MPModelExportOptions_Obfuscate_set(long jarg1,
MPModelExportOptions jarg1_,
boolean jarg2) |
static boolean |
MPModelExportOptions_ShowUnusedVariables_get(long jarg1,
MPModelExportOptions jarg1_) |
static void |
MPModelExportOptions_ShowUnusedVariables_set(long jarg1,
MPModelExportOptions jarg1_,
boolean jarg2) |
static double |
MPObjective_bestBound(long jarg1,
MPObjective jarg1_) |
static void |
MPObjective_clear(long jarg1,
MPObjective jarg1_) |
static double |
MPObjective_getCoefficient(long jarg1,
MPObjective jarg1_,
long jarg2,
MPVariable jarg2_) |
static boolean |
MPObjective_maximization(long jarg1,
MPObjective jarg1_) |
static boolean |
MPObjective_minimization(long jarg1,
MPObjective jarg1_) |
static double |
MPObjective_offset(long jarg1,
MPObjective jarg1_) |
static void |
MPObjective_setCoefficient(long jarg1,
MPObjective jarg1_,
long jarg2,
MPVariable jarg2_,
double jarg3) |
static void |
MPObjective_setMaximization(long jarg1,
MPObjective jarg1_) |
static void |
MPObjective_setMinimization(long jarg1,
MPObjective jarg1_) |
static void |
MPObjective_setOffset(long jarg1,
MPObjective jarg1_,
double jarg2) |
static void |
MPObjective_setOptimizationDirection(long jarg1,
MPObjective jarg1_,
boolean jarg2) |
static double |
MPObjective_value(long jarg1,
MPObjective jarg1_) |
static int |
MPSolver_BOP_INTEGER_PROGRAMMING_get() |
static int |
MPSolver_CBC_MIXED_INTEGER_PROGRAMMING_get() |
static void |
MPSolver_clear(long jarg1,
MPSolver jarg1_) |
static int |
MPSolver_CLP_LINEAR_PROGRAMMING_get() |
static double[] |
MPSolver_computeConstraintActivities(long jarg1,
MPSolver jarg1_) |
static double |
MPSolver_computeExactConditionNumber(long jarg1,
MPSolver jarg1_) |
static long |
MPSolver_constraint(long jarg1,
MPSolver jarg1_,
int jarg2) |
static MPConstraint[] |
MPSolver_constraints(long jarg1,
MPSolver jarg1_) |
static int |
MPSolver_CPLEX_LINEAR_PROGRAMMING_get() |
static int |
MPSolver_CPLEX_MIXED_INTEGER_PROGRAMMING_get() |
static byte[] |
MPSolver_createSolutionResponseProto(long jarg1,
MPSolver jarg1_) |
static long |
MPSolver_createSolver(java.lang.String jarg1) |
static void |
MPSolver_enableOutput(long jarg1,
MPSolver jarg1_) |
static java.lang.String |
MPSolver_exportModelAsLpFormat__SWIG_0(long jarg1,
MPSolver jarg1_,
boolean jarg2) |
static java.lang.String |
MPSolver_exportModelAsLpFormat__SWIG_1(long jarg1,
MPSolver jarg1_) |
static java.lang.String |
MPSolver_exportModelAsMpsFormat(long jarg1,
MPSolver jarg1_,
boolean jarg2,
boolean jarg3) |
static byte[] |
MPSolver_exportModelToProto(long jarg1,
MPSolver jarg1_) |
static int |
MPSolver_FREE_get() |
static int |
MPSolver_GLOP_LINEAR_PROGRAMMING_get() |
static int |
MPSolver_GLPK_LINEAR_PROGRAMMING_get() |
static int |
MPSolver_GLPK_MIXED_INTEGER_PROGRAMMING_get() |
static int |
MPSolver_GUROBI_LINEAR_PROGRAMMING_get() |
static int |
MPSolver_GUROBI_MIXED_INTEGER_PROGRAMMING_get() |
static double |
MPSolver_infinity() |
static boolean |
MPSolver_interruptSolve(long jarg1,
MPSolver jarg1_) |
static boolean |
MPSolver_isMip(long jarg1,
MPSolver jarg1_) |
static long |
MPSolver_iterations(long jarg1,
MPSolver jarg1_) |
static java.lang.String |
MPSolver_loadModelFromProto(long jarg1,
MPSolver jarg1_,
byte[] jarg2) |
static java.lang.String |
MPSolver_loadModelFromProtoKeepNames(long jarg1,
MPSolver jarg1_,
byte[] jarg2) |
static java.lang.String |
MPSolver_loadModelFromProtoWithUniqueNamesOrDie(long jarg1,
MPSolver jarg1_,
byte[] jarg2) |
static boolean |
MPSolver_loadSolutionFromProto(long jarg1,
MPSolver jarg1_,
byte[] jarg2) |
static long |
MPSolver_lookupConstraintOrNull(long jarg1,
MPSolver jarg1_,
java.lang.String jarg2) |
static long |
MPSolver_lookupVariableOrNull(long jarg1,
MPSolver jarg1_,
java.lang.String jarg2) |
static long |
MPSolver_makeBoolVar(long jarg1,
MPSolver jarg1_,
java.lang.String jarg2) |
static long |
MPSolver_makeConstraint__SWIG_0(long jarg1,
MPSolver jarg1_,
double jarg2,
double jarg3) |
static long |
MPSolver_makeConstraint__SWIG_1(long jarg1,
MPSolver jarg1_) |
static long |
MPSolver_makeConstraint__SWIG_2(long jarg1,
MPSolver jarg1_,
double jarg2,
double jarg3,
java.lang.String jarg4) |
static long |
MPSolver_makeConstraint__SWIG_3(long jarg1,
MPSolver jarg1_,
java.lang.String jarg2) |
static long |
MPSolver_makeIntVar(long jarg1,
MPSolver jarg1_,
double jarg2,
double jarg3,
java.lang.String jarg4) |
static long |
MPSolver_makeNumVar(long jarg1,
MPSolver jarg1_,
double jarg2,
double jarg3,
java.lang.String jarg4) |
static long |
MPSolver_makeVar(long jarg1,
MPSolver jarg1_,
double jarg2,
double jarg3,
boolean jarg4,
java.lang.String jarg5) |
static long |
MPSolver_nodes(long jarg1,
MPSolver jarg1_) |
static int |
MPSolver_NOT_SOLVED_get() |
static int |
MPSolver_numConstraints(long jarg1,
MPSolver jarg1_) |
static int |
MPSolver_numVariables(long jarg1,
MPSolver jarg1_) |
static long |
MPSolver_objective(long jarg1,
MPSolver jarg1_) |
static int |
MPSolver_PDLP_LINEAR_PROGRAMMING_get() |
static int |
MPSolver_problemType(long jarg1,
MPSolver jarg1_) |
static void |
MPSolver_reset(long jarg1,
MPSolver jarg1_) |
static int |
MPSolver_SAT_INTEGER_PROGRAMMING_get() |
static int |
MPSolver_SCIP_MIXED_INTEGER_PROGRAMMING_get() |
static void |
MPSolver_setHint(long jarg1,
MPSolver jarg1_,
MPVariable[] jarg2,
double[] jarg3) |
static boolean |
MPSolver_setNumThreads(long jarg1,
MPSolver jarg1_,
int jarg2) |
static boolean |
MPSolver_setSolverSpecificParametersAsString(long jarg1,
MPSolver jarg1_,
java.lang.String jarg2) |
static void |
MPSolver_setTimeLimit(long jarg1,
MPSolver jarg1_,
long jarg2) |
static int |
MPSolver_solve__SWIG_0(long jarg1,
MPSolver jarg1_) |
static int |
MPSolver_solve__SWIG_1(long jarg1,
MPSolver jarg1_,
long jarg2,
MPSolverParameters jarg2_) |
static java.lang.String |
MPSolver_solverVersion(long jarg1,
MPSolver jarg1_) |
static byte[] |
MPSolver_solveWithProto(byte[] jarg1) |
static boolean |
MPSolver_supportsProblemType(int jarg1) |
static void |
MPSolver_suppressOutput(long jarg1,
MPSolver jarg1_) |
static long |
MPSolver_variable(long jarg1,
MPSolver jarg1_,
int jarg2) |
static MPVariable[] |
MPSolver_variables(long jarg1,
MPSolver jarg1_) |
static boolean |
MPSolver_verifySolution(long jarg1,
MPSolver jarg1_,
double jarg2,
boolean jarg3) |
static long |
MPSolver_wallTime(long jarg1,
MPSolver jarg1_) |
static void |
MPSolver_write(long jarg1,
MPSolver jarg1_,
java.lang.String jarg2) |
static boolean |
MPSolver_writeModelToMpsFile(long jarg1,
MPSolver jarg1_,
java.lang.String jarg2,
boolean jarg3,
boolean jarg4) |
static int |
MPSolver_XPRESS_LINEAR_PROGRAMMING_get() |
static int |
MPSolver_XPRESS_MIXED_INTEGER_PROGRAMMING_get() |
static int |
MPSolverParameters_BARRIER_get() |
static int |
MPSolverParameters_DUAL_get() |
static int |
MPSolverParameters_DUAL_TOLERANCE_get() |
static double |
MPSolverParameters_getDoubleParam(long jarg1,
MPSolverParameters jarg1_,
int jarg2) |
static int |
MPSolverParameters_getIntegerParam(long jarg1,
MPSolverParameters jarg1_,
int jarg2) |
static int |
MPSolverParameters_INCREMENTALITY_get() |
static int |
MPSolverParameters_INCREMENTALITY_OFF_get() |
static int |
MPSolverParameters_INCREMENTALITY_ON_get() |
static double |
MPSolverParameters_kDefaultDualTolerance_get() |
static int |
MPSolverParameters_kDefaultIncrementality_get() |
static int |
MPSolverParameters_kDefaultPresolve_get() |
static double |
MPSolverParameters_kDefaultPrimalTolerance_get() |
static double |
MPSolverParameters_kDefaultRelativeMipGap_get() |
static int |
MPSolverParameters_LP_ALGORITHM_get() |
static int |
MPSolverParameters_PRESOLVE_get() |
static int |
MPSolverParameters_PRESOLVE_OFF_get() |
static int |
MPSolverParameters_PRESOLVE_ON_get() |
static int |
MPSolverParameters_PRIMAL_get() |
static int |
MPSolverParameters_PRIMAL_TOLERANCE_get() |
static int |
MPSolverParameters_RELATIVE_MIP_GAP_get() |
static int |
MPSolverParameters_SCALING_get() |
static int |
MPSolverParameters_SCALING_OFF_get() |
static int |
MPSolverParameters_SCALING_ON_get() |
static void |
MPSolverParameters_setDoubleParam(long jarg1,
MPSolverParameters jarg1_,
int jarg2,
double jarg3) |
static void |
MPSolverParameters_setIntegerParam(long jarg1,
MPSolverParameters jarg1_,
int jarg2,
int jarg3) |
static int |
MPVariable_basisStatus(long jarg1,
MPVariable jarg1_) |
static int |
MPVariable_index(long jarg1,
MPVariable jarg1_) |
static double |
MPVariable_lb(long jarg1,
MPVariable jarg1_) |
static java.lang.String |
MPVariable_name(long jarg1,
MPVariable jarg1_) |
static double |
MPVariable_reducedCost(long jarg1,
MPVariable jarg1_) |
static void |
MPVariable_setBounds(long jarg1,
MPVariable jarg1_,
double jarg2,
double jarg3) |
static void |
MPVariable_setInteger(long jarg1,
MPVariable jarg1_,
boolean jarg2) |
static void |
MPVariable_setLb(long jarg1,
MPVariable jarg1_,
double jarg2) |
static void |
MPVariable_setUb(long jarg1,
MPVariable jarg1_,
double jarg2) |
static double |
MPVariable_solutionValue(long jarg1,
MPVariable jarg1_) |
static double |
MPVariable_ub(long jarg1,
MPVariable jarg1_) |
static long |
new_MPModelExportOptions() |
static long |
new_MPSolver(java.lang.String jarg1,
int jarg2) |
static long |
new_MPSolverParameters() |
public static final int MPSolver_CLP_LINEAR_PROGRAMMING_get()
public static final int MPSolver_GLPK_LINEAR_PROGRAMMING_get()
public static final int MPSolver_GLOP_LINEAR_PROGRAMMING_get()
public static final int MPSolver_PDLP_LINEAR_PROGRAMMING_get()
public static final int MPSolver_SCIP_MIXED_INTEGER_PROGRAMMING_get()
public static final int MPSolver_GLPK_MIXED_INTEGER_PROGRAMMING_get()
public static final int MPSolver_CBC_MIXED_INTEGER_PROGRAMMING_get()
public static final int MPSolver_BOP_INTEGER_PROGRAMMING_get()
public static final int MPSolver_SAT_INTEGER_PROGRAMMING_get()
public static final int MPSolver_GUROBI_LINEAR_PROGRAMMING_get()
public static final int MPSolver_GUROBI_MIXED_INTEGER_PROGRAMMING_get()
public static final int MPSolver_CPLEX_LINEAR_PROGRAMMING_get()
public static final int MPSolver_CPLEX_MIXED_INTEGER_PROGRAMMING_get()
public static final int MPSolver_XPRESS_LINEAR_PROGRAMMING_get()
public static final int MPSolver_XPRESS_MIXED_INTEGER_PROGRAMMING_get()
public static final long new_MPSolver(java.lang.String jarg1, int jarg2)
public static final void delete_MPSolver(long jarg1)
public static final long MPSolver_createSolver(java.lang.String jarg1)
public static final boolean MPSolver_supportsProblemType(int jarg1)
public static final boolean MPSolver_isMip(long jarg1, MPSolver jarg1_)
public static final int MPSolver_problemType(long jarg1, MPSolver jarg1_)
public static final void MPSolver_clear(long jarg1, MPSolver jarg1_)
public static final int MPSolver_numVariables(long jarg1, MPSolver jarg1_)
public static final MPVariable[] MPSolver_variables(long jarg1, MPSolver jarg1_)
public static final long MPSolver_variable(long jarg1, MPSolver jarg1_, int jarg2)
public static final long MPSolver_lookupVariableOrNull(long jarg1, MPSolver jarg1_, java.lang.String jarg2)
public static final long MPSolver_makeVar(long jarg1, MPSolver jarg1_, double jarg2, double jarg3, boolean jarg4, java.lang.String jarg5)
public static final long MPSolver_makeNumVar(long jarg1, MPSolver jarg1_, double jarg2, double jarg3, java.lang.String jarg4)
public static final long MPSolver_makeIntVar(long jarg1, MPSolver jarg1_, double jarg2, double jarg3, java.lang.String jarg4)
public static final long MPSolver_makeBoolVar(long jarg1, MPSolver jarg1_, java.lang.String jarg2)
public static final int MPSolver_numConstraints(long jarg1, MPSolver jarg1_)
public static final MPConstraint[] MPSolver_constraints(long jarg1, MPSolver jarg1_)
public static final long MPSolver_constraint(long jarg1, MPSolver jarg1_, int jarg2)
public static final long MPSolver_lookupConstraintOrNull(long jarg1, MPSolver jarg1_, java.lang.String jarg2)
public static final long MPSolver_makeConstraint__SWIG_0(long jarg1, MPSolver jarg1_, double jarg2, double jarg3)
public static final long MPSolver_makeConstraint__SWIG_1(long jarg1, MPSolver jarg1_)
public static final long MPSolver_makeConstraint__SWIG_2(long jarg1, MPSolver jarg1_, double jarg2, double jarg3, java.lang.String jarg4)
public static final long MPSolver_makeConstraint__SWIG_3(long jarg1, MPSolver jarg1_, java.lang.String jarg2)
public static final long MPSolver_objective(long jarg1, MPSolver jarg1_)
public static final int MPSolver_NOT_SOLVED_get()
public static final int MPSolver_solve__SWIG_0(long jarg1, MPSolver jarg1_)
public static final int MPSolver_solve__SWIG_1(long jarg1, MPSolver jarg1_, long jarg2, MPSolverParameters jarg2_)
public static final void MPSolver_write(long jarg1, MPSolver jarg1_, java.lang.String jarg2)
public static final double[] MPSolver_computeConstraintActivities(long jarg1, MPSolver jarg1_)
public static final boolean MPSolver_verifySolution(long jarg1, MPSolver jarg1_, double jarg2, boolean jarg3)
public static final void MPSolver_reset(long jarg1, MPSolver jarg1_)
public static final boolean MPSolver_interruptSolve(long jarg1, MPSolver jarg1_)
public static final boolean MPSolver_setSolverSpecificParametersAsString(long jarg1, MPSolver jarg1_, java.lang.String jarg2)
public static final int MPSolver_FREE_get()
public static final double MPSolver_infinity()
public static final void MPSolver_enableOutput(long jarg1, MPSolver jarg1_)
public static final void MPSolver_suppressOutput(long jarg1, MPSolver jarg1_)
public static final long MPSolver_iterations(long jarg1, MPSolver jarg1_)
public static final long MPSolver_nodes(long jarg1, MPSolver jarg1_)
public static final java.lang.String MPSolver_solverVersion(long jarg1, MPSolver jarg1_)
public static final double MPSolver_computeExactConditionNumber(long jarg1, MPSolver jarg1_)
public static final void MPSolver_setTimeLimit(long jarg1, MPSolver jarg1_, long jarg2)
public static final long MPSolver_wallTime(long jarg1, MPSolver jarg1_)
public static final java.lang.String MPSolver_loadModelFromProto(long jarg1, MPSolver jarg1_, byte[] jarg2)
public static final java.lang.String MPSolver_loadModelFromProtoKeepNames(long jarg1, MPSolver jarg1_, byte[] jarg2)
public static final java.lang.String MPSolver_loadModelFromProtoWithUniqueNamesOrDie(long jarg1, MPSolver jarg1_, byte[] jarg2)
public static final byte[] MPSolver_exportModelToProto(long jarg1, MPSolver jarg1_)
public static final byte[] MPSolver_createSolutionResponseProto(long jarg1, MPSolver jarg1_)
public static final boolean MPSolver_loadSolutionFromProto(long jarg1, MPSolver jarg1_, byte[] jarg2)
public static final byte[] MPSolver_solveWithProto(byte[] jarg1)
public static final java.lang.String MPSolver_exportModelAsLpFormat__SWIG_0(long jarg1, MPSolver jarg1_, boolean jarg2)
public static final java.lang.String MPSolver_exportModelAsLpFormat__SWIG_1(long jarg1, MPSolver jarg1_)
public static final java.lang.String MPSolver_exportModelAsMpsFormat(long jarg1, MPSolver jarg1_, boolean jarg2, boolean jarg3)
public static final boolean MPSolver_writeModelToMpsFile(long jarg1, MPSolver jarg1_, java.lang.String jarg2, boolean jarg3, boolean jarg4)
public static final void MPSolver_setHint(long jarg1, MPSolver jarg1_, MPVariable[] jarg2, double[] jarg3)
public static final boolean MPSolver_setNumThreads(long jarg1, MPSolver jarg1_, int jarg2)
public static final void MPObjective_clear(long jarg1, MPObjective jarg1_)
public static final void MPObjective_setCoefficient(long jarg1, MPObjective jarg1_, long jarg2, MPVariable jarg2_, double jarg3)
public static final double MPObjective_getCoefficient(long jarg1, MPObjective jarg1_, long jarg2, MPVariable jarg2_)
public static final void MPObjective_setOffset(long jarg1, MPObjective jarg1_, double jarg2)
public static final double MPObjective_offset(long jarg1, MPObjective jarg1_)
public static final void MPObjective_setOptimizationDirection(long jarg1, MPObjective jarg1_, boolean jarg2)
public static final void MPObjective_setMinimization(long jarg1, MPObjective jarg1_)
public static final void MPObjective_setMaximization(long jarg1, MPObjective jarg1_)
public static final boolean MPObjective_maximization(long jarg1, MPObjective jarg1_)
public static final boolean MPObjective_minimization(long jarg1, MPObjective jarg1_)
public static final double MPObjective_value(long jarg1, MPObjective jarg1_)
public static final double MPObjective_bestBound(long jarg1, MPObjective jarg1_)
public static final void delete_MPObjective(long jarg1)
public static final java.lang.String MPVariable_name(long jarg1, MPVariable jarg1_)
public static final void MPVariable_setInteger(long jarg1, MPVariable jarg1_, boolean jarg2)
public static final double MPVariable_solutionValue(long jarg1, MPVariable jarg1_)
public static final int MPVariable_index(long jarg1, MPVariable jarg1_)
public static final double MPVariable_lb(long jarg1, MPVariable jarg1_)
public static final double MPVariable_ub(long jarg1, MPVariable jarg1_)
public static final void MPVariable_setLb(long jarg1, MPVariable jarg1_, double jarg2)
public static final void MPVariable_setUb(long jarg1, MPVariable jarg1_, double jarg2)
public static final void MPVariable_setBounds(long jarg1, MPVariable jarg1_, double jarg2, double jarg3)
public static final double MPVariable_reducedCost(long jarg1, MPVariable jarg1_)
public static final int MPVariable_basisStatus(long jarg1, MPVariable jarg1_)
public static final void delete_MPVariable(long jarg1)
public static final java.lang.String MPConstraint_name(long jarg1, MPConstraint jarg1_)
public static final void MPConstraint_setCoefficient(long jarg1, MPConstraint jarg1_, long jarg2, MPVariable jarg2_, double jarg3)
public static final double MPConstraint_getCoefficient(long jarg1, MPConstraint jarg1_, long jarg2, MPVariable jarg2_)
public static final double MPConstraint_lb(long jarg1, MPConstraint jarg1_)
public static final double MPConstraint_ub(long jarg1, MPConstraint jarg1_)
public static final void MPConstraint_setLb(long jarg1, MPConstraint jarg1_, double jarg2)
public static final void MPConstraint_setUb(long jarg1, MPConstraint jarg1_, double jarg2)
public static final void MPConstraint_setBounds(long jarg1, MPConstraint jarg1_, double jarg2, double jarg3)
public static final boolean MPConstraint_isLazy(long jarg1, MPConstraint jarg1_)
public static final void MPConstraint_setIsLazy(long jarg1, MPConstraint jarg1_, boolean jarg2)
public static final int MPConstraint_index(long jarg1, MPConstraint jarg1_)
public static final double MPConstraint_dualValue(long jarg1, MPConstraint jarg1_)
public static final int MPConstraint_basisStatus(long jarg1, MPConstraint jarg1_)
public static final void delete_MPConstraint(long jarg1)
public static final int MPSolverParameters_RELATIVE_MIP_GAP_get()
public static final int MPSolverParameters_PRIMAL_TOLERANCE_get()
public static final int MPSolverParameters_DUAL_TOLERANCE_get()
public static final int MPSolverParameters_PRESOLVE_get()
public static final int MPSolverParameters_LP_ALGORITHM_get()
public static final int MPSolverParameters_INCREMENTALITY_get()
public static final int MPSolverParameters_SCALING_get()
public static final int MPSolverParameters_PRESOLVE_OFF_get()
public static final int MPSolverParameters_PRESOLVE_ON_get()
public static final int MPSolverParameters_DUAL_get()
public static final int MPSolverParameters_PRIMAL_get()
public static final int MPSolverParameters_BARRIER_get()
public static final int MPSolverParameters_INCREMENTALITY_OFF_get()
public static final int MPSolverParameters_INCREMENTALITY_ON_get()
public static final int MPSolverParameters_SCALING_OFF_get()
public static final int MPSolverParameters_SCALING_ON_get()
public static final double MPSolverParameters_kDefaultRelativeMipGap_get()
public static final double MPSolverParameters_kDefaultPrimalTolerance_get()
public static final double MPSolverParameters_kDefaultDualTolerance_get()
public static final int MPSolverParameters_kDefaultPresolve_get()
public static final int MPSolverParameters_kDefaultIncrementality_get()
public static final long new_MPSolverParameters()
public static final void MPSolverParameters_setDoubleParam(long jarg1, MPSolverParameters jarg1_, int jarg2, double jarg3)
public static final void MPSolverParameters_setIntegerParam(long jarg1, MPSolverParameters jarg1_, int jarg2, int jarg3)
public static final double MPSolverParameters_getDoubleParam(long jarg1, MPSolverParameters jarg1_, int jarg2)
public static final int MPSolverParameters_getIntegerParam(long jarg1, MPSolverParameters jarg1_, int jarg2)
public static final void delete_MPSolverParameters(long jarg1)
public static final void MPModelExportOptions_Obfuscate_set(long jarg1, MPModelExportOptions jarg1_, boolean jarg2)
public static final boolean MPModelExportOptions_Obfuscate_get(long jarg1, MPModelExportOptions jarg1_)
public static final void MPModelExportOptions_LogInvalidNames_set(long jarg1, MPModelExportOptions jarg1_, boolean jarg2)
public static final boolean MPModelExportOptions_LogInvalidNames_get(long jarg1, MPModelExportOptions jarg1_)
public static final void MPModelExportOptions_ShowUnusedVariables_set(long jarg1, MPModelExportOptions jarg1_, boolean jarg2)
public static final boolean MPModelExportOptions_ShowUnusedVariables_get(long jarg1, MPModelExportOptions jarg1_)
public static final void MPModelExportOptions_MaxLineLength_set(long jarg1, MPModelExportOptions jarg1_, int jarg2)
public static final int MPModelExportOptions_MaxLineLength_get(long jarg1, MPModelExportOptions jarg1_)
public static final long new_MPModelExportOptions()
public static final void delete_MPModelExportOptions(long jarg1)
Copyright © 2025. All rights reserved.