CONOPT
Loading...
Searching...
No Matches
jconopt.ConstraintType Class Reference

Public Member Functions

final int swigValue ()
 
String toString ()
 

Static Public Member Functions

static ConstraintType swigToEnum (int swigValue)
 

Static Public Attributes

static final ConstraintType Eq = new ConstraintType("Eq", jconoptJNI.ConstraintType_Eq_get())
 
static final ConstraintType GtEq = new ConstraintType("GtEq")
 
static final ConstraintType LtEq = new ConstraintType("LtEq")
 
static final ConstraintType Free = new ConstraintType("Free")
 

Detailed Description

the constraint type

This is supplied when adding constraints using the ConoptModelData.addConstraint() methods.

Definition at line 23 of file ConstraintType.java.

Member Function Documentation

◆ swigValue()

final int jconopt.ConstraintType.swigValue ( )
inline

Definition at line 41 of file ConstraintType.java.

◆ toString()

String jconopt.ConstraintType.toString ( )
inline

Definition at line 45 of file ConstraintType.java.

◆ swigToEnum()

static ConstraintType jconopt.ConstraintType.swigToEnum ( int swigValue)
inlinestatic

Definition at line 49 of file ConstraintType.java.

Field Documentation

◆ Eq

final ConstraintType jconopt.ConstraintType.Eq = new ConstraintType("Eq", jconoptJNI.ConstraintType_Eq_get())
static

equality constraint

Definition at line 27 of file ConstraintType.java.

◆ GtEq

final ConstraintType jconopt.ConstraintType.GtEq = new ConstraintType("GtEq")
static

greater than or equal to constraint

Definition at line 31 of file ConstraintType.java.

◆ LtEq

final ConstraintType jconopt.ConstraintType.LtEq = new ConstraintType("LtEq")
static

greater than or equal to constraint

Definition at line 35 of file ConstraintType.java.

◆ Free

final ConstraintType jconopt.ConstraintType.Free = new ConstraintType("Free")
static

an unrestricted constraint. This is used when specifying the objective function.

Definition at line 39 of file ConstraintType.java.


The documentation for this class was generated from the following file: