lemon/lp_base.h
changeset 1509 f9113440b667
parent 1493 94535d1833b5
child 1536 308150155bb5
equal deleted inserted replaced
9:ef9d467b45a4 10:1b1a09e7a110
   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