Index

A B C D E G I L M N P Q S T U V W 
All Classes|All Packages

S

setConstr(GRBConstr) - Method in class dev.yushen.wrapperapi.gurobi.constraint.LinearConstraint
 
setConstr(GRBQConstr) - Method in class dev.yushen.wrapperapi.gurobi.constraint.QuadraticConstraint
 
setGAP(double) - Method in class dev.yushen.wrapperapi.gurobi.solver.Model
Set the gap tolerance for internal calculation such as inequality.
setGRBVar(GRBVar) - Method in class dev.yushen.wrapperapi.gurobi.variable.DoubleVariable
 
setGRBVar(GRBVar) - Method in class dev.yushen.wrapperapi.gurobi.variable.IntegerVariable
 
setGRBVar(GRBVar) - Method in interface dev.yushen.wrapperapi.gurobi.variable.Variable
 
setHeuristics(double) - Method in class dev.yushen.wrapperapi.gurobi.solver.Model
Determines the amount of time spent in MIP heuristics.
setLhs(LinearExpression) - Method in class dev.yushen.wrapperapi.gurobi.constraint.LinearConstraint
 
setLhs(QuadraticExpression) - Method in class dev.yushen.wrapperapi.gurobi.constraint.QuadraticConstraint
 
setLowerBound(double) - Method in class dev.yushen.wrapperapi.gurobi.variable.DoubleVariable
 
setLowerBound(int) - Method in class dev.yushen.wrapperapi.gurobi.variable.IntegerVariable
 
setM(int) - Method in class dev.yushen.wrapperapi.gurobi.solver.Model
Set the big-M coefficient for internal calculation, such as inequality.
setMIPFocus(int) - Method in class dev.yushen.wrapperapi.gurobi.solver.Model
The MIPFocus parameter allows you to modify your high-level solution strategy, depending on your goals.
setMIPGap(double) - Method in class dev.yushen.wrapperapi.gurobi.solver.Model
The MIP dev.yushen.wrapperapi.gurobi.solver will terminate (with an optimal result) when the gap between the lower and upper objective bound is less than MIPGap times the absolute value of the incumbent objective value.
setMIPGapAbs(double) - Method in class dev.yushen.wrapperapi.gurobi.solver.Model
The MIP dev.yushen.wrapperapi.gurobi.solver will terminate (with an optimal result) when the gap between the lower and upper objective bound is less than MIPGapAbs.
setName(String) - Method in class dev.yushen.wrapperapi.gurobi.constraint.LinearConstraint
 
setName(String) - Method in class dev.yushen.wrapperapi.gurobi.constraint.QuadraticConstraint
 
setName(String) - Method in class dev.yushen.wrapperapi.gurobi.variable.DoubleVariable
 
setName(String) - Method in class dev.yushen.wrapperapi.gurobi.variable.IntegerVariable
 
setNonConvex(int) - Method in class dev.yushen.wrapperapi.gurobi.solver.Model
Sets the strategy for handling non-convex quadratic objectives or non-convex quadratic constraints.
setOperator(char) - Method in class dev.yushen.wrapperapi.gurobi.constraint.LinearConstraint
 
setOperator(char) - Method in class dev.yushen.wrapperapi.gurobi.constraint.QuadraticConstraint
 
setOutputFlag(int) - Method in class dev.yushen.wrapperapi.gurobi.solver.Model
Enables or disables dev.yushen.wrapperapi.gurobi.solver output.
setPoolSearchMode(int) - Method in class dev.yushen.wrapperapi.gurobi.solver.Model
Selects different modes for exploring the MIP search tree.
setPoolSolutions(int) - Method in class dev.yushen.wrapperapi.gurobi.solver.Model
Determines how many MIP solutions are stored.
setRhs(LinearExpression) - Method in class dev.yushen.wrapperapi.gurobi.constraint.LinearConstraint
 
setRhs(QuadraticExpression) - Method in class dev.yushen.wrapperapi.gurobi.constraint.QuadraticConstraint
 
setTimeLimit(double) - Method in class dev.yushen.wrapperapi.gurobi.solver.Model
Limits the total time expended (in seconds).
setUpperBound(double) - Method in class dev.yushen.wrapperapi.gurobi.variable.DoubleVariable
 
setUpperBound(int) - Method in class dev.yushen.wrapperapi.gurobi.variable.IntegerVariable
 
solve() - Method in class dev.yushen.wrapperapi.gurobi.solver.Model
Solve this model and find the optimum solution.
sub(double) - Method in class dev.yushen.wrapperapi.gurobi.expression.LinearExpression
 
sub(double) - Method in class dev.yushen.wrapperapi.gurobi.expression.QuadraticExpression
 
sub(double) - Method in class dev.yushen.wrapperapi.gurobi.variable.DoubleVariable
 
sub(double) - Method in class dev.yushen.wrapperapi.gurobi.variable.IntegerVariable
 
sub(double) - Method in interface dev.yushen.wrapperapi.gurobi.variable.Variable
 
sub(double, Variable) - Method in class dev.yushen.wrapperapi.gurobi.variable.DoubleVariable
 
sub(double, Variable) - Method in class dev.yushen.wrapperapi.gurobi.variable.IntegerVariable
 
sub(double, Variable) - Method in interface dev.yushen.wrapperapi.gurobi.variable.Variable
 
sub(LinearExpression) - Method in class dev.yushen.wrapperapi.gurobi.expression.LinearExpression
 
sub(LinearExpression) - Method in class dev.yushen.wrapperapi.gurobi.expression.QuadraticExpression
 
sub(LinearExpression) - Method in class dev.yushen.wrapperapi.gurobi.variable.DoubleVariable
 
sub(LinearExpression) - Method in class dev.yushen.wrapperapi.gurobi.variable.IntegerVariable
 
sub(LinearExpression) - Method in interface dev.yushen.wrapperapi.gurobi.variable.Variable
 
sub(QuadraticExpression) - Method in class dev.yushen.wrapperapi.gurobi.expression.LinearExpression
 
sub(QuadraticExpression) - Method in class dev.yushen.wrapperapi.gurobi.expression.QuadraticExpression
 
sub(QuadraticExpression) - Method in class dev.yushen.wrapperapi.gurobi.variable.DoubleVariable
 
sub(QuadraticExpression) - Method in class dev.yushen.wrapperapi.gurobi.variable.IntegerVariable
 
sub(QuadraticExpression) - Method in interface dev.yushen.wrapperapi.gurobi.variable.Variable
 
sub(Variable) - Method in class dev.yushen.wrapperapi.gurobi.expression.LinearExpression
 
sub(Variable) - Method in class dev.yushen.wrapperapi.gurobi.expression.QuadraticExpression
 
sub(Variable) - Method in class dev.yushen.wrapperapi.gurobi.variable.DoubleVariable
 
sub(Variable) - Method in class dev.yushen.wrapperapi.gurobi.variable.IntegerVariable
 
sub(Variable) - Method in interface dev.yushen.wrapperapi.gurobi.variable.Variable
 
sum(Variable...) - Method in class dev.yushen.wrapperapi.gurobi.solver.Model
Construct an expression to represent the sum of some variables.
supportedGRBVersion() - Method in class dev.yushen.wrapperapi.gurobi.solver.Model
 
A B C D E G I L M N P Q S T U V W 
All Classes|All Packages