Scippy

SCIP

Solving Constraint Integer Programs

SCIP_QuadElement Struct Reference

Detailed Description

An element of a quadratic term: two variable indices and a coefficient. The convention is to have idx1 <= idx2.

Definition at line 100 of file type_expr.h.

#include <type_expr.h>

Data Fields

int idx1
 
int idx2
 
SCIP_Real coef
 

Field Documentation

◆ idx1

◆ idx2

◆ coef