AffineCone.getIdx()

Get the index of an affine cone constraint.

Synopsis

int getIdx()

Return

index of an affine cone constraint.

AffineCone.getName()

Get name of the affine cone.

Synopsis

String getName()

Return

affine cone name.

AffineCone.remove()

Remove the affine cone constraint from model.

Synopsis

void remove()

AffineCone.setName()

Set name of the affine cone.

Synopsis

void setName(String name)

Arguments

name: affinecone name.