Home
last modified time | relevance | path

Searched refs:postsolve (Results 1 – 25 of 200) sorted by relevance

12345678

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpresol_milp.cpp472 ReductionType type = res.postsolve.types[i]; in SCIP_DECL_PRESOLEXEC()
473 int first = res.postsolve.start[i]; in SCIP_DECL_PRESOLEXEC()
474 int last = res.postsolve.start[i + 1]; in SCIP_DECL_PRESOLEXEC()
482 int col = res.postsolve.indices[first]; in SCIP_DECL_PRESOLEXEC()
486 SCIP_Real value = res.postsolve.values[first]; in SCIP_DECL_PRESOLEXEC()
497 int col = res.postsolve.indices[first]; in SCIP_DECL_PRESOLEXEC()
498 SCIP_Real side = res.postsolve.values[first]; in SCIP_DECL_PRESOLEXEC()
528 if( res.postsolve.indices[j] == col ) in SCIP_DECL_PRESOLEXEC()
530 colCoef = res.postsolve.values[j]; in SCIP_DECL_PRESOLEXEC()
550 if( res.postsolve.indices[j] == col ) in SCIP_DECL_PRESOLEXEC()
[all …]
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/scripting/
H A Dsolve_config.py359 postsolve = config.declare('postsolve', ConfigBlock())
360 blocks['postsolve'] = postsolve
362 postsolve.declare('print logfile', ConfigValue(
368 postsolve.declare('save results', ConfigValue(
375 postsolve.declare('show results', ConfigValue(
381 postsolve.declare('results format', ConfigValue(
392 postsolve.declare('summary', ConfigValue(
H A Dutil.py72 postsolve = getattr(data.options, 'postsolve', None)
73 if postsolve:
548 data.options.postsolve.print_logfile):
636 if data.options.postsolve.print_logfile:
656 if not data.options.postsolve.show_results:
657 if data.options.postsolve.save_results:
658 results_file = data.options.postsolve.save_results
659 elif data.options.postsolve.results_format == 'json':
666 format=data.options.postsolve.results_format)
679 if data.options.postsolve.show_results:
[all …]
/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinPresolveDupcol.hpp67 void postsolve(CoinPostsolveMatrix *prob) const;
118 void postsolve(CoinPostsolveMatrix *prob) const;
154 void postsolve(CoinPostsolveMatrix *prob) const;
199 void postsolve(CoinPostsolveMatrix *prob) const;
251 void postsolve(CoinPostsolveMatrix *prob) const;
H A DCoinPresolveEmpty.hpp67 void postsolve(CoinPostsolveMatrix *prob) const;
113 void postsolve(CoinPostsolveMatrix *prob) const;
H A DCoinPresolveSingleton.hpp63 void postsolve(CoinPostsolveMatrix *prob) const;
108 void postsolve(CoinPostsolveMatrix *prob) const;
H A DCoinPresolveFixed.hpp68 void postsolve(CoinPostsolveMatrix *prob) const;
150 void postsolve(CoinPostsolveMatrix *prob) const;
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinPresolveDupcol.hpp67 void postsolve(CoinPostsolveMatrix *prob) const;
118 void postsolve(CoinPostsolveMatrix *prob) const;
154 void postsolve(CoinPostsolveMatrix *prob) const;
199 void postsolve(CoinPostsolveMatrix *prob) const;
251 void postsolve(CoinPostsolveMatrix *prob) const;
H A DCoinPresolveEmpty.hpp67 void postsolve(CoinPostsolveMatrix *prob) const;
113 void postsolve(CoinPostsolveMatrix *prob) const;
H A DCoinPresolveSingleton.hpp63 void postsolve(CoinPostsolveMatrix *prob) const;
108 void postsolve(CoinPostsolveMatrix *prob) const;
H A DCoinPresolveFixed.hpp68 void postsolve(CoinPostsolveMatrix *prob) const;
150 void postsolve(CoinPostsolveMatrix *prob) const;
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinPresolveDupcol.hpp67 void postsolve(CoinPostsolveMatrix *prob) const;
118 void postsolve(CoinPostsolveMatrix *prob) const;
154 void postsolve(CoinPostsolveMatrix *prob) const;
199 void postsolve(CoinPostsolveMatrix *prob) const;
251 void postsolve(CoinPostsolveMatrix *prob) const;
H A DCoinPresolveEmpty.hpp67 void postsolve(CoinPostsolveMatrix *prob) const;
113 void postsolve(CoinPostsolveMatrix *prob) const;
H A DCoinPresolveSingleton.hpp63 void postsolve(CoinPostsolveMatrix *prob) const;
108 void postsolve(CoinPostsolveMatrix *prob) const;
H A DCoinPresolveFixed.hpp68 void postsolve(CoinPostsolveMatrix *prob) const;
150 void postsolve(CoinPostsolveMatrix *prob) const;
/dports/devel/love/love-11.3/src/modules/physics/box2d/
H A DWorld.cpp232 , postsolve(this) in World()
250 , postsolve(this) in World()
326 postsolve.process(contact, impulse); in PostSolve()
363 delete postsolve.ref; in setCallbacks()
364 postsolve.ref = nullptr; in setCallbacks()
390 postsolve.ref = luax_refif(L, LUA_TFUNCTION); in setCallbacks()
391 postsolve.L = L; in setCallbacks()
402 postsolve.ref ? postsolve.ref->push(L) : lua_pushnil(L); in getCallbacks()
408 begin.L = end.L = presolve.L = postsolve.L = filter.L = L; in setCallbacksL()
588 if (postsolve.ref) postsolve.ref->unref(); in destroy()
[all …]
/dports/math/ogdf/OGDF/include/coin/
H A DCoinPresolveDupcol.hpp65 void postsolve(CoinPostsolveMatrix *prob) const override;
110 void postsolve(CoinPostsolveMatrix *prob) const override;
148 void postsolve(CoinPostsolveMatrix *prob) const override;
H A DOsiPresolve.hpp115 virtual void postsolve(bool updateStatus=true);
233 virtual void postsolve(CoinPostsolveMatrix &prob);
H A DCoinPresolveEmpty.hpp66 void postsolve(CoinPostsolveMatrix *prob) const;
111 void postsolve(CoinPostsolveMatrix *prob) const;
H A DCoinPresolveSingleton.hpp62 void postsolve(CoinPostsolveMatrix *prob) const;
107 void postsolve(CoinPostsolveMatrix *prob) const;
H A DCoinPresolveFixed.hpp68 void postsolve(CoinPostsolveMatrix *prob) const;
150 void postsolve(CoinPostsolveMatrix *prob) const;
/dports/devel/love10/love-0.10.2/src/modules/physics/box2d/
H A DWorld.cpp306 postsolve.process(contact, impulse); in PostSolve()
343 delete postsolve.ref; in setCallbacks()
344 postsolve.ref = nullptr; in setCallbacks()
370 postsolve.ref = luax_refif(L, LUA_TFUNCTION); in setCallbacks()
371 postsolve.L = L; in setCallbacks()
382 postsolve.ref ? postsolve.ref->push(L) : lua_pushnil(L); in getCallbacks()
388 begin.L = end.L = presolve.L = postsolve.L = filter.L = L; in setCallbacksL()
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/shell/
H A Dshellpc.c20 PetscErrorCode (*postsolve)(PC,KSP,Vec,Vec); member
207 …if (!shell->postsolve) SETERRQ(PetscObjectComm((PetscObject)pc),PETSC_ERR_USER,"No postsolve() rou… in PCPostSolve_Shell()
208 …PetscStackCall("PCSHELL user function postsolve()",ierr = (*shell->postsolve)(pc,ksp,b,x);CHKERRQ(… in PCPostSolve_Shell()
383 static PetscErrorCode PCShellSetPostSolve_Shell(PC pc,PetscErrorCode (*postsolve)(PC,KSP,Vec,Vec)) in PCShellSetPostSolve_Shell()
388 shell->postsolve = postsolve; in PCShellSetPostSolve_Shell()
389 if (postsolve) pc->ops->postsolve = PCPostSolve_Shell; in PCShellSetPostSolve_Shell()
390 else pc->ops->postsolve = NULL; in PCShellSetPostSolve_Shell()
828 PetscErrorCode PCShellSetPostSolve(PC pc,PetscErrorCode (*postsolve)(PC,KSP,Vec,Vec)) in PCShellSetPostSolve()
834 …d(pc,"PCShellSetPostSolve_C",(PC,PetscErrorCode (*)(PC,KSP,Vec,Vec)),(pc,postsolve));CHKERRQ(ierr); in PCShellSetPostSolve()
977 pc->ops->postsolve = NULL; in PCCreate_Shell()
[all …]
/dports/math/osi/Osi-0.108.6/Osi/src/Osi/
H A DOsiPresolve.hpp112 virtual void postsolve(bool updateStatus = true);
259 virtual void postsolve(CoinPostsolveMatrix &prob);
/dports/math/clp/Clp-1.17.3/Osi/src/Osi/
H A DOsiPresolve.hpp112 virtual void postsolve(bool updateStatus = true);
259 virtual void postsolve(CoinPostsolveMatrix &prob);

12345678