pub_lpexact.h
Go to the documentation of this file.
31/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
98/** sorts row entries such that LP columns precede non-LP columns and inside both parts lower column indices precede
112/** locks an unmodifiable row, which forbids further changes; has no effect on modifiable rows */
118/** unlocks a lock of an unmodifiable row; a row with no sealed lock may be modified; has no effect on modifiable rows */
common defines and data types used in all packages of SCIP
SCIP_COLEXACT ** SCIProwExactGetCols(SCIP_ROWEXACT *row)
Definition: lpexact.c:5026
SCIP_Bool SCIProwExactHasFpRelax(SCIP_ROWEXACT *row)
Definition: lpexact.c:5089
SCIP_RATIONAL * SCIProwExactGetConstant(SCIP_ROWEXACT *row)
Definition: lpexact.c:6277
SCIP_RATIONAL ** SCIProwExactGetVals(SCIP_ROWEXACT *row)
Definition: lpexact.c:5016
Definition: struct_lpexact.h:145
Definition: struct_lpexact.h:263
Definition: struct_rational.h:47
Definition: struct_lpexact.h:187
Definition: struct_lp.h:205
Definition: struct_var.h:262
type definitions for constraints and constraint handlers
type definitions for LP management
type definitions for exact LP management
type definitions for specific LP solvers interface
type definitions for specific exact LP solvers interface
type definitions for miscellaneous datastructures
type definitions for rational numbers
type definitions for separators
type definitions for problem variables