File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed
Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change 99#include <math.h>
1010#include <string.h>
1111
12- const HighsInt dev_run = 1 ;
12+ const HighsInt dev_run = 0 ;
1313const double double_equal_tolerance = 1e-5 ;
1414
1515void checkGetCallbackDataOutPointer (const HighsCallbackDataOut * data_out ,
@@ -2484,30 +2484,30 @@ void testFixedLp() {
24842484}
24852485
24862486int main () {
2487- // minimalApiIllegalLp();
2488- // testCallback();
2489- // versionApi();
2490- // minimalApiLp();
2491- // minimalApiMip();
2492- // minimalApiQp();
2493- // fullApiOptions();
2494- // fullApiLp();
2495- // fullApiMip();
2496- // fullApiQp();
2497- // passPresolveGetLp();
2498- // options();
2499- // testGetColsByRange();
2500- // testPassHessian();
2501- // testRanging();
2502- // testFeasibilityRelaxation();
2487+ minimalApiIllegalLp ();
2488+ testCallback ();
2489+ versionApi ();
2490+ minimalApiLp ();
2491+ minimalApiMip ();
2492+ minimalApiQp ();
2493+ fullApiOptions ();
2494+ fullApiLp ();
2495+ fullApiMip ();
2496+ fullApiQp ();
2497+ passPresolveGetLp ();
2498+ options ();
2499+ testGetColsByRange ();
2500+ testPassHessian ();
2501+ testRanging ();
2502+ testFeasibilityRelaxation ();
25032503 testNames ();
2504- // testGetModel();
2505- // testMultiObjective();
2506- // testQpIndefiniteFailure();
2507- // testDualRayTwice();
2508- // testDeleteRowResolveWithBasis();
2509- // testIis();
2510- // testFixedLp();
2504+ testGetModel ();
2505+ testMultiObjective ();
2506+ testQpIndefiniteFailure ();
2507+ testDualRayTwice ();
2508+ testDeleteRowResolveWithBasis ();
2509+ testIis ();
2510+ testFixedLp ();
25112511 return 0 ;
25122512}
25132513// testSetSolution();
You can’t perform that action at this time.
0 commit comments