Changeset 2760
- Timestamp:
- May 24, 2013 12:43:35 AM (8 years ago)
- Location:
- ThirdParty/SCIP/stable/1.2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/SCIP/stable/1.2
- Property svn:mergeinfo changed
/ThirdParty/SCIP/trunk merged: 2759
- Property svn:mergeinfo changed
-
ThirdParty/SCIP/stable/1.2/lpiswitch.c
r2691 r2760 913 913 } 914 914 915 /** sets static function pointers to LPI functions of default solver (determined during configure) */ 916 SCIP_RETCODE SCIPlpiSwitchSetDefaultSolver() 917 { 918 SCIP_CALL( SCIPlpiSwitchSetSolver(SCIP_LPISW_LPDEFAULT) ); 919 920 return SCIP_OKAY; 921 } 922 915 923 /* 916 924 * our implementation of the SCIP LPI -
ThirdParty/SCIP/stable/1.2/lpiswitch.h
r2693 r2760 42 42 ); 43 43 44 /** sets static function pointers to LPI functions of default solver (determined during configure) */ 45 extern 46 SCIP_RETCODE SCIPlpiSwitchSetDefaultSolver(); 47 44 48 #ifdef __cplusplus 45 49 }
Note: See TracChangeset
for help on using the changeset viewer.