Detailed Description
Definition at line 46 of file struct_matrix.h.
#include <struct_matrix.h>
Data Fields | |
| SCIP_RATIONAL ** | lbexact |
| SCIP_RATIONAL ** | ubexact |
| SCIP_RATIONAL ** | lhsexact |
| SCIP_RATIONAL ** | rhsexact |
| SCIP_RATIONAL ** | colmatvalexact |
| SCIP_RATIONAL ** | rowmatvalexact |
| SCIP_RATIONAL ** | minacivityexact |
| SCIP_RATIONAL ** | maxacivityexact |
| int | buffersize |
| int | buffersizenconss |
Field Documentation
◆ lbexact
| SCIP_RATIONAL** SCIP_MatrixValsExact::lbexact |
exact lower bound per variable
Definition at line 48 of file struct_matrix.h.
Referenced by SCIPmatrixCreate().
◆ ubexact
| SCIP_RATIONAL** SCIP_MatrixValsExact::ubexact |
exact upper bound per variable
Definition at line 49 of file struct_matrix.h.
Referenced by SCIPmatrixCreate().
◆ lhsexact
| SCIP_RATIONAL** SCIP_MatrixValsExact::lhsexact |
exact lhs per constraint
Definition at line 50 of file struct_matrix.h.
Referenced by addRowExact(), SCIPmatrixCreate(), and SCIPmatrixGetRowLhsExact().
◆ rhsexact
| SCIP_RATIONAL** SCIP_MatrixValsExact::rhsexact |
exact rhs per constraint
Definition at line 51 of file struct_matrix.h.
Referenced by addRowExact(), SCIPmatrixCreate(), and SCIPmatrixGetRowRhsExact().
◆ colmatvalexact
| SCIP_RATIONAL** SCIP_MatrixValsExact::colmatvalexact |
exact coefficients in column major format
Definition at line 52 of file struct_matrix.h.
Referenced by SCIPmatrixCreate(), and setColumnMajorFormat().
◆ rowmatvalexact
| SCIP_RATIONAL** SCIP_MatrixValsExact::rowmatvalexact |
exact coefficients in column major format
Definition at line 53 of file struct_matrix.h.
Referenced by addRowExact(), SCIPmatrixCreate(), SCIPmatrixGetRowValPtrExact(), and setColumnMajorFormat().
◆ minacivityexact
| SCIP_RATIONAL** SCIP_MatrixValsExact::minacivityexact |
exact min activity per row
Definition at line 54 of file struct_matrix.h.
◆ maxacivityexact
| SCIP_RATIONAL** SCIP_MatrixValsExact::maxacivityexact |
exact max activity per row
Definition at line 55 of file struct_matrix.h.
◆ buffersize
| int SCIP_MatrixValsExact::buffersize |
necessary because rational buffer arrays need to be freed with a size
Definition at line 56 of file struct_matrix.h.
Referenced by SCIPmatrixCreate().
◆ buffersizenconss
| int SCIP_MatrixValsExact::buffersizenconss |
necessary because rational buffer arrays need to be freed with a size
Definition at line 57 of file struct_matrix.h.
Referenced by SCIPmatrixCreate().