Scippy

SCIP

Solving Constraint Integer Programs

struct_matrix.h File Reference

Detailed Description

data structure for MILP matrix

Author
Dieter Weninger

Definition in file struct_matrix.h.

#include "scip/def.h"
#include "scip/type_var.h"
#include "scip/type_cons.h"
#include "scip/type_matrix.h"

Go to the source code of this file.

Typedefs

typedef enum MilpMatrixConsType MILPMATRIXCONSTYPE
 

Enumerations

enum  MilpMatrixConsType {
  CONSTYPE_UNKNOWN = -1,
  CONSTYPE_LINEAR = 0,
  CONSTYPE_SETPPC = 1,
  CONSTYPE_LOGICOR = 2,
  CONSTYPE_KNAPSACK = 3,
  CONSTYPE_VARBOUND = 4
}
 

Typedef Documentation

Definition at line 45 of file struct_matrix.h.

Enumeration Type Documentation

enumeration type of supported constraint types

Enumerator
CONSTYPE_UNKNOWN 
CONSTYPE_LINEAR 
CONSTYPE_SETPPC 
CONSTYPE_LOGICOR 
CONSTYPE_KNAPSACK 
CONSTYPE_VARBOUND 

Definition at line 36 of file struct_matrix.h.