Changeset 1769 for trunk/Clp/src/ClpSimplex.hpp
- Timestamp:
- Jul 26, 2011 5:31:51 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Clp/src/ClpSimplex.hpp
r1761 r1769 729 729 */ 730 730 void unpackPacked(CoinIndexedVector * rowArray, int sequence); 731 #ifndef CLP_USER_DRIVEN 731 732 protected: 733 #endif 732 734 /** 733 735 This does basis housekeeping and does values for in/out variables. … … 766 768 void setValuesPassAction(double incomingInfeasibility, 767 769 double allowedInfeasibility); 770 /** Get a clean factorization - i.e. throw out singularities 771 may do more later */ 772 int cleanFactorization(int ifValuesPass); 768 773 //@} 769 774 /**@name most useful gets and sets */ … … 875 880 //@} 876 881 882 #ifndef CLP_USER_DRIVEN 877 883 protected: 884 #endif 878 885 /**@name protected methods */ 879 886 //@{
Note: See TracChangeset
for help on using the changeset viewer.