DotNet Reference

DotNet Reference

Constraint

Detailed Description

Definition at line 13 of file linear_solver/Constraint.cs.

Public Member Functions

void Dispose ()
 
string Name ()
 
void SetCoefficient (Variable var, double coeff)
 
double GetCoefficient (Variable var)
 
double Lb ()
 
double Ub ()
 
void SetLb (double lb)
 
void SetUb (double ub)
 
void SetBounds (double lb, double ub)
 
bool IsLazy ()
 
void SetIsLazy (bool laziness)
 
int Index ()
 
double DualValue ()
 
Solver.BasisStatus BasisStatus ()
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Protected Attributes

bool swigCMemOwn
 

Member Function Documentation

◆ BasisStatus()

Solver.BasisStatus BasisStatus ( )
inline

Definition at line 102 of file linear_solver/Constraint.cs.

◆ Dispose() [1/2]

void Dispose ( )
inline

Definition at line 30 of file linear_solver/Constraint.cs.

◆ Dispose() [2/2]

virtual void Dispose ( bool  disposing)
inlineprotectedvirtual

Definition at line 35 of file linear_solver/Constraint.cs.

◆ DualValue()

double DualValue ( )
inline

Definition at line 97 of file linear_solver/Constraint.cs.

◆ GetCoefficient()

double GetCoefficient ( Variable  var)
inline

Definition at line 56 of file linear_solver/Constraint.cs.

◆ Index()

int Index ( )
inline

Definition at line 92 of file linear_solver/Constraint.cs.

◆ IsLazy()

bool IsLazy ( )
inline

Definition at line 83 of file linear_solver/Constraint.cs.

◆ Lb()

double Lb ( )
inline

Definition at line 61 of file linear_solver/Constraint.cs.

◆ Name()

string Name ( )
inline

Definition at line 47 of file linear_solver/Constraint.cs.

◆ SetBounds()

void SetBounds ( double  lb,
double  ub 
)
inline

Definition at line 79 of file linear_solver/Constraint.cs.

◆ SetCoefficient()

void SetCoefficient ( Variable  var,
double  coeff 
)
inline

Definition at line 52 of file linear_solver/Constraint.cs.

◆ SetIsLazy()

void SetIsLazy ( bool  laziness)
inline

Definition at line 88 of file linear_solver/Constraint.cs.

◆ SetLb()

void SetLb ( double  lb)
inline

Definition at line 71 of file linear_solver/Constraint.cs.

◆ SetUb()

void SetUb ( double  ub)
inline

Definition at line 75 of file linear_solver/Constraint.cs.

◆ Ub()

double Ub ( )
inline

Definition at line 66 of file linear_solver/Constraint.cs.

Member Data Documentation

◆ swigCMemOwn

bool swigCMemOwn
protected

Definition at line 15 of file linear_solver/Constraint.cs.


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