Package org.ojalgo.optimisation
Interface FileFormatMPS.FieldPredicate
- Enclosing class:
FileFormatMPS
static interface FileFormatMPS.FieldPredicate
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FileFormatMPS.FieldPredicate
static final FileFormatMPS.FieldPredicate
static final FileFormatMPS.FieldPredicate
static final FileFormatMPS.FieldPredicate
static final FileFormatMPS.FieldPredicate
static final FileFormatMPS.FieldPredicate
static final FileFormatMPS.FieldPredicate
-
Method Summary
-
Field Details
-
BOUND_TYPE
-
COLUMN_NAME
-
EMPTY
-
NOT_USED
-
NUMBER
-
ROW_NAME
-
ROW_TYPE
-
-
Method Details
-
test
Test if the field is "correct".- Parameters:
line
- The full line being parsedstart
- The styart index of the current field as specified in the original MPS formatindex
- The current index of that full linefield
- The part of the line that being investigated- Returns:
- true if the field is correct/complete
-