Scippy

SCIP

Solving Constraint Integer Programs

Detailed Description

data structure to store a single bilinear term (similar to SCIP_QUADELEM) except for temporary reasons, we assume that the index of var1 is smaller than the index of var2

Definition at line 121 of file cons_quadratic.h.

#include <cons_quadratic.h>

Data Fields

SCIP_VARvar1
 
SCIP_VARvar2
 
SCIP_Real coef
 

Field Documentation

◆ var1

◆ var2

◆ coef