equal
deleted
inserted
replaced
149 ///Primal-dual infeasible |
149 ///Primal-dual infeasible |
150 PRIMAL_DUAL_INFEASIBLE = 3, |
150 PRIMAL_DUAL_INFEASIBLE = 3, |
151 ///Could not determine so far |
151 ///Could not determine so far |
152 UNKNOWN = 4 |
152 UNKNOWN = 4 |
153 }; |
153 }; |
154 |
154 |
155 ///The floating point type used by the solver |
155 ///The floating point type used by the solver |
156 typedef double Value; |
156 typedef double Value; |
157 ///The infinity constant |
157 ///The infinity constant |
158 static const Value INF; |
158 static const Value INF; |
159 ///The not a number constant |
159 ///The not a number constant |