Class SimpleBoundCosts
- java.lang.Object
-
- com.google.ortools.constraintsolver.SimpleBoundCosts
-
public class SimpleBoundCosts extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Constructor Description SimpleBoundCosts(int num_bounds, BoundCost default_bound_cost)SimpleBoundCosts(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()BoundCostgetBoundCost(int element)static longgetCPtr(SimpleBoundCosts obj)intgetSize()static longswigRelease(SimpleBoundCosts obj)
-
-
-
Constructor Detail
-
SimpleBoundCosts
public SimpleBoundCosts(long cPtr, boolean cMemoryOwn)
-
SimpleBoundCosts
public SimpleBoundCosts(int num_bounds, BoundCost default_bound_cost)
-
-
Method Detail
-
getCPtr
public static long getCPtr(SimpleBoundCosts obj)
-
swigRelease
public static long swigRelease(SimpleBoundCosts obj)
-
finalize
protected void finalize()
- Overrides:
finalizein classjava.lang.Object
-
delete
public void delete()
-
getBoundCost
public BoundCost getBoundCost(int element)
-
getSize
public int getSize()
-
-