Package org.ssclab.pl.milp
Interface FormatTypeInput
-
public interface FormatTypeInput
This interface contains an enumeration that allows you to define the type of format present in the Input object, passed as an argument to the LP or MILP objects: Sparse or coefficient.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
FormatTypeInput.FormatType
Enumeration used to define the type of format utilized.
-