Home
last modified time | relevance | path

Searched refs:SCIP_STATUS (Results 1 – 25 of 37) sorted by relevance

12

/dports/math/SCIP/scip-7.0.3/applications/MinIISC/src/
H A Dbenders.c33 SCIP_STATUS status /**< solution status */ in printStatus()
90 SCIP_STATUS status, /**< solution status */ in printShortStatistics()
126 SCIP_STATUS status, /**< solution status */ in printLongStatistics()
210 SCIP_STATUS* status /**< status of optimization */ in runBenders()
300 SCIP_STATUS masterstatus = SCIP_STATUS_UNKNOWN; in runBenders()
H A Dbenders.h78 SCIP_STATUS* status /**< status of optimization */
H A Dminiisc.c665 SCIP_STATUS status; in solveMinIISC()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dsyncstore.h163 SCIP_STATUS SCIPsyncdataGetStatus(
236 SCIP_STATUS status, /**< the status */
H A Dtype_stat.h58 typedef enum SCIP_Status SCIP_STATUS; typedef
H A Dpub_benders.h409 SCIP_STATUS* solvestatus, /**< status of subproblem solve */
419 SCIP_STATUS* solvestatus, /**< status of subproblem solve */
H A Dstruct_syncstore.h80SCIP_STATUS status; /**< the best status that was stored in this synchroniza…
H A Dscip_general.h222 SCIP_STATUS SCIPgetStatus(
H A Dstruct_stat.h174 SCIP_STATUS status; /**< SCIP solving status */
H A Dsyncstore.c506 SCIP_STATUS SCIPsyncdataGetStatus( in SCIPsyncdataGetStatus()
635 SCIP_STATUS status, /**< the status */ in SCIPsyncdataSetStatus()
H A Dheur_alns.c555 SCIP_STATUS subscipstatus, /**< status of the sub-SCIP run */ in updateFixingRate()
623 SCIP_STATUS subscipstatus /**< status of the sub-SCIP run */ in updateTargetNodeLimit()
694 SCIP_STATUS subscipstatus, /**< status of the sub-SCIP run */ in updateMinimumImprovement()
1037 SCIP_STATUS subscipstatus /**< sub-SCIP status */ in getHistIndex()
1134 SCIP_STATUS subscipstatus /**< status of the sub-SCIP solve */ in updateNeighborhoodStats()
2284 SCIP_STATUS subscipstatus[NNEIGHBORHOODS]; in SCIP_DECL_HEUREXEC()
H A Dheur_lpface.c122 SCIP_STATUS submipstatus; /**< return status of the sub-MIP */
619 SCIP_STATUS status; in subscipGetInfo()
H A Dscip_general.c467 SCIP_STATUS SCIPgetStatus( in SCIPgetStatus()
H A Dheur_ofins.c156 SCIP_STATUS status; in setupAndSolve()
H A Dconcsolver_scip.c590 SCIP_STATUS solverstatus; in SCIP_DECL_CONCSOLVERSYNCWRITE()
H A Dbenders.c1490 SCIP_STATUS solvestatus; in initialiseSubproblem()
4205 SCIP_STATUS solvestatus = SCIP_STATUS_UNKNOWN; in SCIPbendersExecSubproblemSolve()
4554 SCIP_STATUS solvestatus; in SCIPbendersSolveSubproblem()
4588 SCIP_STATUS solvestatus; in SCIPbendersSolveSubproblem()
4753 SCIP_STATUS* solvestatus, /**< status of subproblem solve */ in SCIPbendersSolveSubproblemLP()
4917 SCIP_STATUS* solvestatus, /**< status of subproblem solve */ in SCIPbendersSolveSubproblemCIP()
/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A D__init__.py32 from pyscipopt.scip import PY_SCIP_STATUS as SCIP_STATUS unknown
/dports/math/SCIP/scip-7.0.3/applications/PolySCIP/src/
H A Dpolyscip.h459 SCIP_STATUS separateINFORUNBD(const WeightType& weight,
467 SCIP_RETCODE handleNonOptNonUnbdStatus(SCIP_STATUS status);
H A Dpolyscip.cpp1288 SCIP_STATUS Polyscip::separateINFORUNBD(const WeightType& weight, bool with_presolving) { in separateINFORUNBD()
1321 SCIP_RETCODE Polyscip::handleNonOptNonUnbdStatus(SCIP_STATUS status) { in handleNonOptNonUnbdStatus()
/dports/math/minizinc/libminizinc-2.5.5/include/minizinc/solvers/MIP/
H A DMIP_scip_wrap.hh157 SCIP_STATUS(__stdcall* SCIPgetStatus)(SCIP* scip);
428 Status convertStatus(SCIP_STATUS scipStatus);
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DSCIP_mixed_integer_program_traits.h178 SCIP_STATUS scip_status = SCIPgetStatus(scip); in solve()
/dports/math/SCIP/scip-7.0.3/examples/Sudoku/src/
H A Dsudoku_main.cpp286 SCIP_STATUS solutionstatus = SCIPgetStatus( scip ); in main()
/dports/math/SCIP/scip-7.0.3/applications/Ringpacking/src/
H A Dpricer_rpa.c509 SCIP_STATUS* solstat, /**< pointer to store the solution status */ in solvePricingMINLP()
800 SCIP_STATUS solstat; in SCIP_DECL_PRICERREDCOST()
/dports/math/SCIP/scip-7.0.3/tests/src/cons/superindicator/
H A Dslack.c125SCIP_STATUS* status /**< pointer to store the solving status of the last pro… in SCIPsolveSlack()
987 SCIP_STATUS status; in testslack()
/dports/math/minizinc/libminizinc-2.5.5/solvers/MIP/
H A DMIP_scip_wrap.cpp741 MIPScipWrapper::Status MIPScipWrapper::convertStatus(SCIP_STATUS scipStatus) { in convertStatus()
909 SCIP_STATUS solstat = _plugin->SCIPgetStatus(_scip); in solveSCIP()

12