Package com.google.ortools.linearsolver
Class main_research_linear_solverJNI
java.lang.Object
com.google.ortools.linearsolver.main_research_linear_solverJNI
public class main_research_linear_solverJNI
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description main_research_linear_solverJNI() -
Method Summary
Modifier and Type Method Description static voiddelete_MPConstraint(long jarg1)static voiddelete_MPModelExportOptions(long jarg1)static voiddelete_MPObjective(long jarg1)static voiddelete_MPSolver(long jarg1)static voiddelete_MPSolverParameters(long jarg1)static voiddelete_MPVariable(long jarg1)static intMPConstraint_basisStatus(long jarg1, MPConstraint jarg1_)static doubleMPConstraint_dualValue(long jarg1, MPConstraint jarg1_)static doubleMPConstraint_getCoefficient(long jarg1, MPConstraint jarg1_, long jarg2, MPVariable jarg2_)static intMPConstraint_index(long jarg1, MPConstraint jarg1_)static booleanMPConstraint_isLazy(long jarg1, MPConstraint jarg1_)static doubleMPConstraint_lb(long jarg1, MPConstraint jarg1_)static java.lang.StringMPConstraint_name(long jarg1, MPConstraint jarg1_)static voidMPConstraint_setBounds(long jarg1, MPConstraint jarg1_, double jarg2, double jarg3)static voidMPConstraint_setCoefficient(long jarg1, MPConstraint jarg1_, long jarg2, MPVariable jarg2_, double jarg3)static voidMPConstraint_setIsLazy(long jarg1, MPConstraint jarg1_, boolean jarg2)static voidMPConstraint_setLb(long jarg1, MPConstraint jarg1_, double jarg2)static voidMPConstraint_setUb(long jarg1, MPConstraint jarg1_, double jarg2)static doubleMPConstraint_ub(long jarg1, MPConstraint jarg1_)static booleanMPModelExportOptions_LogInvalidNames_get(long jarg1, MPModelExportOptions jarg1_)static voidMPModelExportOptions_LogInvalidNames_set(long jarg1, MPModelExportOptions jarg1_, boolean jarg2)static intMPModelExportOptions_MaxLineLength_get(long jarg1, MPModelExportOptions jarg1_)static voidMPModelExportOptions_MaxLineLength_set(long jarg1, MPModelExportOptions jarg1_, int jarg2)static booleanMPModelExportOptions_Obfuscate_get(long jarg1, MPModelExportOptions jarg1_)static voidMPModelExportOptions_Obfuscate_set(long jarg1, MPModelExportOptions jarg1_, boolean jarg2)static booleanMPModelExportOptions_ShowUnusedVariables_get(long jarg1, MPModelExportOptions jarg1_)static voidMPModelExportOptions_ShowUnusedVariables_set(long jarg1, MPModelExportOptions jarg1_, boolean jarg2)static doubleMPObjective_bestBound(long jarg1, MPObjective jarg1_)static voidMPObjective_clear(long jarg1, MPObjective jarg1_)static doubleMPObjective_getCoefficient(long jarg1, MPObjective jarg1_, long jarg2, MPVariable jarg2_)static booleanMPObjective_maximization(long jarg1, MPObjective jarg1_)static booleanMPObjective_minimization(long jarg1, MPObjective jarg1_)static doubleMPObjective_offset(long jarg1, MPObjective jarg1_)static voidMPObjective_setCoefficient(long jarg1, MPObjective jarg1_, long jarg2, MPVariable jarg2_, double jarg3)static voidMPObjective_setMaximization(long jarg1, MPObjective jarg1_)static voidMPObjective_setMinimization(long jarg1, MPObjective jarg1_)static voidMPObjective_setOffset(long jarg1, MPObjective jarg1_, double jarg2)static voidMPObjective_setOptimizationDirection(long jarg1, MPObjective jarg1_, boolean jarg2)static doubleMPObjective_value(long jarg1, MPObjective jarg1_)static intMPSolver_BOP_INTEGER_PROGRAMMING_get()static intMPSolver_CBC_MIXED_INTEGER_PROGRAMMING_get()static voidMPSolver_clear(long jarg1, MPSolver jarg1_)static intMPSolver_CLP_LINEAR_PROGRAMMING_get()static double[]MPSolver_computeConstraintActivities(long jarg1, MPSolver jarg1_)static doubleMPSolver_computeExactConditionNumber(long jarg1, MPSolver jarg1_)static longMPSolver_constraint(long jarg1, MPSolver jarg1_, int jarg2)static MPConstraint[]MPSolver_constraints(long jarg1, MPSolver jarg1_)static intMPSolver_CPLEX_LINEAR_PROGRAMMING_get()static intMPSolver_CPLEX_MIXED_INTEGER_PROGRAMMING_get()static byte[]MPSolver_createSolutionResponseProto(long jarg1, MPSolver jarg1_)static longMPSolver_createSolver(java.lang.String jarg1)static voidMPSolver_enableOutput(long jarg1, MPSolver jarg1_)static java.lang.StringMPSolver_exportModelAsLpFormat__SWIG_0(long jarg1, MPSolver jarg1_, long jarg2, MPModelExportOptions jarg2_)static java.lang.StringMPSolver_exportModelAsLpFormat__SWIG_1(long jarg1, MPSolver jarg1_)static java.lang.StringMPSolver_exportModelAsMpsFormat__SWIG_0(long jarg1, MPSolver jarg1_, long jarg2, MPModelExportOptions jarg2_)static java.lang.StringMPSolver_exportModelAsMpsFormat__SWIG_1(long jarg1, MPSolver jarg1_)static byte[]MPSolver_exportModelToProto(long jarg1, MPSolver jarg1_)static intMPSolver_FREE_get()static intMPSolver_GLOP_LINEAR_PROGRAMMING_get()static intMPSolver_GLPK_LINEAR_PROGRAMMING_get()static intMPSolver_GLPK_MIXED_INTEGER_PROGRAMMING_get()static intMPSolver_GUROBI_LINEAR_PROGRAMMING_get()static intMPSolver_GUROBI_MIXED_INTEGER_PROGRAMMING_get()static doubleMPSolver_infinity()static booleanMPSolver_interruptSolve(long jarg1, MPSolver jarg1_)static booleanMPSolver_isMip(long jarg1, MPSolver jarg1_)static longMPSolver_iterations(long jarg1, MPSolver jarg1_)static java.lang.StringMPSolver_loadModelFromProto(long jarg1, MPSolver jarg1_, byte[] jarg2)static java.lang.StringMPSolver_loadModelFromProtoWithUniqueNamesOrDie(long jarg1, MPSolver jarg1_, byte[] jarg2)static booleanMPSolver_loadSolutionFromProto(long jarg1, MPSolver jarg1_, byte[] jarg2)static longMPSolver_lookupConstraintOrNull(long jarg1, MPSolver jarg1_, java.lang.String jarg2)static longMPSolver_lookupVariableOrNull(long jarg1, MPSolver jarg1_, java.lang.String jarg2)static longMPSolver_makeBoolVar(long jarg1, MPSolver jarg1_, java.lang.String jarg2)static longMPSolver_makeConstraint__SWIG_0(long jarg1, MPSolver jarg1_, double jarg2, double jarg3)static longMPSolver_makeConstraint__SWIG_1(long jarg1, MPSolver jarg1_)static longMPSolver_makeConstraint__SWIG_2(long jarg1, MPSolver jarg1_, double jarg2, double jarg3, java.lang.String jarg4)static longMPSolver_makeConstraint__SWIG_3(long jarg1, MPSolver jarg1_, java.lang.String jarg2)static longMPSolver_makeIntVar(long jarg1, MPSolver jarg1_, double jarg2, double jarg3, java.lang.String jarg4)static longMPSolver_makeNumVar(long jarg1, MPSolver jarg1_, double jarg2, double jarg3, java.lang.String jarg4)static longMPSolver_makeVar(long jarg1, MPSolver jarg1_, double jarg2, double jarg3, boolean jarg4, java.lang.String jarg5)static longMPSolver_nodes(long jarg1, MPSolver jarg1_)static intMPSolver_NOT_SOLVED_get()static intMPSolver_numConstraints(long jarg1, MPSolver jarg1_)static intMPSolver_numVariables(long jarg1, MPSolver jarg1_)static longMPSolver_objective(long jarg1, MPSolver jarg1_)static voidMPSolver_reset(long jarg1, MPSolver jarg1_)static intMPSolver_SAT_INTEGER_PROGRAMMING_get()static intMPSolver_SCIP_MIXED_INTEGER_PROGRAMMING_get()static voidMPSolver_setHint(long jarg1, MPSolver jarg1_, MPVariable[] jarg2, double[] jarg3)static booleanMPSolver_setNumThreads(long jarg1, MPSolver jarg1_, int jarg2)static booleanMPSolver_setSolverSpecificParametersAsString(long jarg1, MPSolver jarg1_, java.lang.String jarg2)static voidMPSolver_setTimeLimit(long jarg1, MPSolver jarg1_, long jarg2)static intMPSolver_solve__SWIG_0(long jarg1, MPSolver jarg1_)static intMPSolver_solve__SWIG_1(long jarg1, MPSolver jarg1_, long jarg2, MPSolverParameters jarg2_)static byte[]MPSolver_solveWithProto(byte[] jarg1)static booleanMPSolver_supportsProblemType(int jarg1)static voidMPSolver_suppressOutput(long jarg1, MPSolver jarg1_)static longMPSolver_variable(long jarg1, MPSolver jarg1_, int jarg2)static MPVariable[]MPSolver_variables(long jarg1, MPSolver jarg1_)static booleanMPSolver_verifySolution(long jarg1, MPSolver jarg1_, double jarg2, boolean jarg3)static longMPSolver_wallTime(long jarg1, MPSolver jarg1_)static intMPSolver_XPRESS_LINEAR_PROGRAMMING_get()static intMPSolver_XPRESS_MIXED_INTEGER_PROGRAMMING_get()static intMPSolverParameters_BARRIER_get()static intMPSolverParameters_DUAL_get()static intMPSolverParameters_DUAL_TOLERANCE_get()static doubleMPSolverParameters_getDoubleParam(long jarg1, MPSolverParameters jarg1_, int jarg2)static intMPSolverParameters_getIntegerParam(long jarg1, MPSolverParameters jarg1_, int jarg2)static intMPSolverParameters_INCREMENTALITY_get()static intMPSolverParameters_INCREMENTALITY_OFF_get()static intMPSolverParameters_INCREMENTALITY_ON_get()static doubleMPSolverParameters_kDefaultDualTolerance_get()static intMPSolverParameters_kDefaultIncrementality_get()static intMPSolverParameters_kDefaultPresolve_get()static doubleMPSolverParameters_kDefaultPrimalTolerance_get()static doubleMPSolverParameters_kDefaultRelativeMipGap_get()static intMPSolverParameters_LP_ALGORITHM_get()static intMPSolverParameters_PRESOLVE_get()static intMPSolverParameters_PRESOLVE_OFF_get()static intMPSolverParameters_PRESOLVE_ON_get()static intMPSolverParameters_PRIMAL_get()static intMPSolverParameters_PRIMAL_TOLERANCE_get()static intMPSolverParameters_RELATIVE_MIP_GAP_get()static intMPSolverParameters_SCALING_get()static intMPSolverParameters_SCALING_OFF_get()static intMPSolverParameters_SCALING_ON_get()static voidMPSolverParameters_setDoubleParam(long jarg1, MPSolverParameters jarg1_, int jarg2, double jarg3)static voidMPSolverParameters_setIntegerParam(long jarg1, MPSolverParameters jarg1_, int jarg2, int jarg3)static intMPVariable_basisStatus(long jarg1, MPVariable jarg1_)static intMPVariable_index(long jarg1, MPVariable jarg1_)static doubleMPVariable_lb(long jarg1, MPVariable jarg1_)static java.lang.StringMPVariable_name(long jarg1, MPVariable jarg1_)static doubleMPVariable_reducedCost(long jarg1, MPVariable jarg1_)static voidMPVariable_setBounds(long jarg1, MPVariable jarg1_, double jarg2, double jarg3)static voidMPVariable_setInteger(long jarg1, MPVariable jarg1_, boolean jarg2)static voidMPVariable_setLb(long jarg1, MPVariable jarg1_, double jarg2)static voidMPVariable_setUb(long jarg1, MPVariable jarg1_, double jarg2)static doubleMPVariable_solutionValue(long jarg1, MPVariable jarg1_)static doubleMPVariable_ub(long jarg1, MPVariable jarg1_)static longnew_MPModelExportOptions()static longnew_MPSolver(java.lang.String jarg1, int jarg2)static longnew_MPSolverParameters()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
main_research_linear_solverJNI
public main_research_linear_solverJNI()
-
-
Method Details
-
MPSolver_CLP_LINEAR_PROGRAMMING_get
public static final int MPSolver_CLP_LINEAR_PROGRAMMING_get() -
MPSolver_GLPK_LINEAR_PROGRAMMING_get
public static final int MPSolver_GLPK_LINEAR_PROGRAMMING_get() -
MPSolver_GLOP_LINEAR_PROGRAMMING_get
public static final int MPSolver_GLOP_LINEAR_PROGRAMMING_get() -
MPSolver_SCIP_MIXED_INTEGER_PROGRAMMING_get
public static final int MPSolver_SCIP_MIXED_INTEGER_PROGRAMMING_get() -
MPSolver_GLPK_MIXED_INTEGER_PROGRAMMING_get
public static final int MPSolver_GLPK_MIXED_INTEGER_PROGRAMMING_get() -
MPSolver_CBC_MIXED_INTEGER_PROGRAMMING_get
public static final int MPSolver_CBC_MIXED_INTEGER_PROGRAMMING_get() -
MPSolver_GUROBI_LINEAR_PROGRAMMING_get
public static final int MPSolver_GUROBI_LINEAR_PROGRAMMING_get() -
MPSolver_GUROBI_MIXED_INTEGER_PROGRAMMING_get
public static final int MPSolver_GUROBI_MIXED_INTEGER_PROGRAMMING_get() -
MPSolver_CPLEX_LINEAR_PROGRAMMING_get
public static final int MPSolver_CPLEX_LINEAR_PROGRAMMING_get() -
MPSolver_CPLEX_MIXED_INTEGER_PROGRAMMING_get
public static final int MPSolver_CPLEX_MIXED_INTEGER_PROGRAMMING_get() -
MPSolver_XPRESS_LINEAR_PROGRAMMING_get
public static final int MPSolver_XPRESS_LINEAR_PROGRAMMING_get() -
MPSolver_XPRESS_MIXED_INTEGER_PROGRAMMING_get
public static final int MPSolver_XPRESS_MIXED_INTEGER_PROGRAMMING_get() -
MPSolver_BOP_INTEGER_PROGRAMMING_get
public static final int MPSolver_BOP_INTEGER_PROGRAMMING_get() -
MPSolver_SAT_INTEGER_PROGRAMMING_get
public static final int MPSolver_SAT_INTEGER_PROGRAMMING_get() -
new_MPSolver
public static final long new_MPSolver(java.lang.String jarg1, int jarg2) -
delete_MPSolver
public static final void delete_MPSolver(long jarg1) -
MPSolver_createSolver
public static final long MPSolver_createSolver(java.lang.String jarg1) -
MPSolver_supportsProblemType
public static final boolean MPSolver_supportsProblemType(int jarg1) -
MPSolver_isMip
-
MPSolver_clear
-
MPSolver_numVariables
-
MPSolver_variables
-
MPSolver_variable
-
MPSolver_lookupVariableOrNull
public static final long MPSolver_lookupVariableOrNull(long jarg1, MPSolver jarg1_, java.lang.String jarg2) -
MPSolver_makeVar
public static final long MPSolver_makeVar(long jarg1, MPSolver jarg1_, double jarg2, double jarg3, boolean jarg4, java.lang.String jarg5) -
MPSolver_makeNumVar
public static final long MPSolver_makeNumVar(long jarg1, MPSolver jarg1_, double jarg2, double jarg3, java.lang.String jarg4) -
MPSolver_makeIntVar
public static final long MPSolver_makeIntVar(long jarg1, MPSolver jarg1_, double jarg2, double jarg3, java.lang.String jarg4) -
MPSolver_makeBoolVar
-
MPSolver_numConstraints
-
MPSolver_constraints
-
MPSolver_constraint
-
MPSolver_lookupConstraintOrNull
public static final long MPSolver_lookupConstraintOrNull(long jarg1, MPSolver jarg1_, java.lang.String jarg2) -
MPSolver_makeConstraint__SWIG_0
public static final long MPSolver_makeConstraint__SWIG_0(long jarg1, MPSolver jarg1_, double jarg2, double jarg3) -
MPSolver_makeConstraint__SWIG_1
-
MPSolver_makeConstraint__SWIG_2
public static final long MPSolver_makeConstraint__SWIG_2(long jarg1, MPSolver jarg1_, double jarg2, double jarg3, java.lang.String jarg4) -
MPSolver_makeConstraint__SWIG_3
public static final long MPSolver_makeConstraint__SWIG_3(long jarg1, MPSolver jarg1_, java.lang.String jarg2) -
MPSolver_objective
-
MPSolver_NOT_SOLVED_get
public static final int MPSolver_NOT_SOLVED_get() -
MPSolver_solve__SWIG_0
-
MPSolver_solve__SWIG_1
public static final int MPSolver_solve__SWIG_1(long jarg1, MPSolver jarg1_, long jarg2, MPSolverParameters jarg2_) -
MPSolver_computeConstraintActivities
-
MPSolver_verifySolution
public static final boolean MPSolver_verifySolution(long jarg1, MPSolver jarg1_, double jarg2, boolean jarg3) -
MPSolver_reset
-
MPSolver_interruptSolve
-
MPSolver_setSolverSpecificParametersAsString
public static final boolean MPSolver_setSolverSpecificParametersAsString(long jarg1, MPSolver jarg1_, java.lang.String jarg2) -
MPSolver_FREE_get
public static final int MPSolver_FREE_get() -
MPSolver_infinity
public static final double MPSolver_infinity() -
MPSolver_enableOutput
-
MPSolver_suppressOutput
-
MPSolver_iterations
-
MPSolver_nodes
-
MPSolver_computeExactConditionNumber
-
MPSolver_setTimeLimit
-
MPSolver_wallTime
-
MPSolver_loadModelFromProto
public static final java.lang.String MPSolver_loadModelFromProto(long jarg1, MPSolver jarg1_, byte[] jarg2) -
MPSolver_loadModelFromProtoWithUniqueNamesOrDie
public static final java.lang.String MPSolver_loadModelFromProtoWithUniqueNamesOrDie(long jarg1, MPSolver jarg1_, byte[] jarg2) -
MPSolver_exportModelToProto
-
MPSolver_createSolutionResponseProto
-
MPSolver_loadSolutionFromProto
public static final boolean MPSolver_loadSolutionFromProto(long jarg1, MPSolver jarg1_, byte[] jarg2) -
MPSolver_solveWithProto
public static final byte[] MPSolver_solveWithProto(byte[] jarg1) -
MPSolver_exportModelAsLpFormat__SWIG_0
public static final java.lang.String MPSolver_exportModelAsLpFormat__SWIG_0(long jarg1, MPSolver jarg1_, long jarg2, MPModelExportOptions jarg2_) -
MPSolver_exportModelAsLpFormat__SWIG_1
public static final java.lang.String MPSolver_exportModelAsLpFormat__SWIG_1(long jarg1, MPSolver jarg1_) -
MPSolver_exportModelAsMpsFormat__SWIG_0
public static final java.lang.String MPSolver_exportModelAsMpsFormat__SWIG_0(long jarg1, MPSolver jarg1_, long jarg2, MPModelExportOptions jarg2_) -
MPSolver_exportModelAsMpsFormat__SWIG_1
public static final java.lang.String MPSolver_exportModelAsMpsFormat__SWIG_1(long jarg1, MPSolver jarg1_) -
MPSolver_setHint
public static final void MPSolver_setHint(long jarg1, MPSolver jarg1_, MPVariable[] jarg2, double[] jarg3) -
MPSolver_setNumThreads
-
MPObjective_clear
-
MPObjective_setCoefficient
public static final void MPObjective_setCoefficient(long jarg1, MPObjective jarg1_, long jarg2, MPVariable jarg2_, double jarg3) -
MPObjective_getCoefficient
public static final double MPObjective_getCoefficient(long jarg1, MPObjective jarg1_, long jarg2, MPVariable jarg2_) -
MPObjective_setOffset
-
MPObjective_offset
-
MPObjective_setOptimizationDirection
public static final void MPObjective_setOptimizationDirection(long jarg1, MPObjective jarg1_, boolean jarg2) -
MPObjective_setMinimization
-
MPObjective_setMaximization
-
MPObjective_maximization
-
MPObjective_minimization
-
MPObjective_value
-
MPObjective_bestBound
-
delete_MPObjective
public static final void delete_MPObjective(long jarg1) -
MPVariable_name
-
MPVariable_setInteger
-
MPVariable_solutionValue
-
MPVariable_index
-
MPVariable_lb
-
MPVariable_ub
-
MPVariable_setLb
-
MPVariable_setUb
-
MPVariable_setBounds
public static final void MPVariable_setBounds(long jarg1, MPVariable jarg1_, double jarg2, double jarg3) -
MPVariable_reducedCost
-
MPVariable_basisStatus
-
delete_MPVariable
public static final void delete_MPVariable(long jarg1) -
MPConstraint_name
-
MPConstraint_setCoefficient
public static final void MPConstraint_setCoefficient(long jarg1, MPConstraint jarg1_, long jarg2, MPVariable jarg2_, double jarg3) -
MPConstraint_getCoefficient
public static final double MPConstraint_getCoefficient(long jarg1, MPConstraint jarg1_, long jarg2, MPVariable jarg2_) -
MPConstraint_lb
-
MPConstraint_ub
-
MPConstraint_setLb
-
MPConstraint_setUb
-
MPConstraint_setBounds
public static final void MPConstraint_setBounds(long jarg1, MPConstraint jarg1_, double jarg2, double jarg3) -
MPConstraint_isLazy
-
MPConstraint_setIsLazy
-
MPConstraint_index
-
MPConstraint_dualValue
-
MPConstraint_basisStatus
-
delete_MPConstraint
public static final void delete_MPConstraint(long jarg1) -
MPSolverParameters_RELATIVE_MIP_GAP_get
public static final int MPSolverParameters_RELATIVE_MIP_GAP_get() -
MPSolverParameters_PRIMAL_TOLERANCE_get
public static final int MPSolverParameters_PRIMAL_TOLERANCE_get() -
MPSolverParameters_DUAL_TOLERANCE_get
public static final int MPSolverParameters_DUAL_TOLERANCE_get() -
MPSolverParameters_PRESOLVE_get
public static final int MPSolverParameters_PRESOLVE_get() -
MPSolverParameters_LP_ALGORITHM_get
public static final int MPSolverParameters_LP_ALGORITHM_get() -
MPSolverParameters_INCREMENTALITY_get
public static final int MPSolverParameters_INCREMENTALITY_get() -
MPSolverParameters_SCALING_get
public static final int MPSolverParameters_SCALING_get() -
MPSolverParameters_PRESOLVE_OFF_get
public static final int MPSolverParameters_PRESOLVE_OFF_get() -
MPSolverParameters_PRESOLVE_ON_get
public static final int MPSolverParameters_PRESOLVE_ON_get() -
MPSolverParameters_DUAL_get
public static final int MPSolverParameters_DUAL_get() -
MPSolverParameters_PRIMAL_get
public static final int MPSolverParameters_PRIMAL_get() -
MPSolverParameters_BARRIER_get
public static final int MPSolverParameters_BARRIER_get() -
MPSolverParameters_INCREMENTALITY_OFF_get
public static final int MPSolverParameters_INCREMENTALITY_OFF_get() -
MPSolverParameters_INCREMENTALITY_ON_get
public static final int MPSolverParameters_INCREMENTALITY_ON_get() -
MPSolverParameters_SCALING_OFF_get
public static final int MPSolverParameters_SCALING_OFF_get() -
MPSolverParameters_SCALING_ON_get
public static final int MPSolverParameters_SCALING_ON_get() -
MPSolverParameters_kDefaultRelativeMipGap_get
public static final double MPSolverParameters_kDefaultRelativeMipGap_get() -
MPSolverParameters_kDefaultPrimalTolerance_get
public static final double MPSolverParameters_kDefaultPrimalTolerance_get() -
MPSolverParameters_kDefaultDualTolerance_get
public static final double MPSolverParameters_kDefaultDualTolerance_get() -
MPSolverParameters_kDefaultPresolve_get
public static final int MPSolverParameters_kDefaultPresolve_get() -
MPSolverParameters_kDefaultIncrementality_get
public static final int MPSolverParameters_kDefaultIncrementality_get() -
new_MPSolverParameters
public static final long new_MPSolverParameters() -
MPSolverParameters_setDoubleParam
public static final void MPSolverParameters_setDoubleParam(long jarg1, MPSolverParameters jarg1_, int jarg2, double jarg3) -
MPSolverParameters_setIntegerParam
public static final void MPSolverParameters_setIntegerParam(long jarg1, MPSolverParameters jarg1_, int jarg2, int jarg3) -
MPSolverParameters_getDoubleParam
public static final double MPSolverParameters_getDoubleParam(long jarg1, MPSolverParameters jarg1_, int jarg2) -
MPSolverParameters_getIntegerParam
public static final int MPSolverParameters_getIntegerParam(long jarg1, MPSolverParameters jarg1_, int jarg2) -
delete_MPSolverParameters
public static final void delete_MPSolverParameters(long jarg1) -
new_MPModelExportOptions
public static final long new_MPModelExportOptions() -
MPModelExportOptions_Obfuscate_set
public static final void MPModelExportOptions_Obfuscate_set(long jarg1, MPModelExportOptions jarg1_, boolean jarg2) -
MPModelExportOptions_Obfuscate_get
public static final boolean MPModelExportOptions_Obfuscate_get(long jarg1, MPModelExportOptions jarg1_) -
MPModelExportOptions_LogInvalidNames_set
public static final void MPModelExportOptions_LogInvalidNames_set(long jarg1, MPModelExportOptions jarg1_, boolean jarg2) -
MPModelExportOptions_LogInvalidNames_get
public static final boolean MPModelExportOptions_LogInvalidNames_get(long jarg1, MPModelExportOptions jarg1_) -
MPModelExportOptions_ShowUnusedVariables_set
public static final void MPModelExportOptions_ShowUnusedVariables_set(long jarg1, MPModelExportOptions jarg1_, boolean jarg2) -
MPModelExportOptions_ShowUnusedVariables_get
public static final boolean MPModelExportOptions_ShowUnusedVariables_get(long jarg1, MPModelExportOptions jarg1_) -
MPModelExportOptions_MaxLineLength_set
public static final void MPModelExportOptions_MaxLineLength_set(long jarg1, MPModelExportOptions jarg1_, int jarg2) -
MPModelExportOptions_MaxLineLength_get
public static final int MPModelExportOptions_MaxLineLength_get(long jarg1, MPModelExportOptions jarg1_) -
delete_MPModelExportOptions
public static final void delete_MPModelExportOptions(long jarg1)
-