Home
last modified time | relevance | path

Searched refs:boundList (Results 1 – 25 of 80) sorted by relevance

1234

/dports/science/madness/madness-ebb3fd7/src/apps/nick/
H A DprojPsi.cc284 void projectPsi(World& world, std::vector<std::string> boundList, std::vector<std::string> unboundL… in projectPsi() argument
291 if(boundList.empty() && unboundList.empty()) { in projectPsi()
292 boundList.push_back("1 0 0"); in projectPsi()
293 boundList.push_back("2 1 0"); in projectPsi()
321 if( !boundList.empty() ) { in projectPsi()
326 for(boundIT = boundList.begin(); boundIT !=boundList.end(); boundIT++ ) { in projectPsi()
551 std::vector<std::string> boundList; in main() local
553 loadList(world, boundList, unboundList); in main()
554 projectPsi(world, boundList, unboundList, Z, cutoff); in main()
H A Dextra.cc39 void loadDefaultBasis(World& world, std::vector<WF>& boundList, double Z) { in loadDefaultBasis() argument
46 boundList.push_back( WF(toString(bSt[i]), in loadDefaultBasis()
53 void loadList(World& world, std::vector<std::string>& boundList, std::vector<std::string>& unboundL… in loadList() argument
58 boundList.push_back("1 0 0"); in loadList()
59 boundList.push_back("2 1 0"); in loadList()
68 boundList.push_back(nlm.str()); in loadList()
H A Dextra.h207 void loadDefaultBasis(World& world, std::vector<WF>& boundList, double Z);
208 void loadList(World& world, std::vector<std::string>& boundList, std::vector<std::string>& unboundL…
/dports/math/osi/Osi-0.108.6/Osi/test/
H A DOsiTestSolverInterface.cpp853 const double* boundList) in setColSetBounds() argument
857 collower_[ind] = boundList[0]; in setColSetBounds()
858 colupper_[ind] = boundList[1]; in setColSetBounds()
860 boundList += 2; in setColSetBounds()
867 const double* boundList) in setRowSetBounds() argument
871 setRowBounds(*indexFirst, boundList[0], boundList[1]); in setRowSetBounds()
873 boundList += 2; in setRowSetBounds()
879 rowlower_[ind] = boundList[0]; in setRowSetBounds()
880 rowupper_[ind] = boundList[1]; in setRowSetBounds()
882 boundList += 2; in setRowSetBounds()
/dports/math/clp/Clp-1.17.3/Osi/test/
H A DOsiTestSolverInterface.cpp853 const double* boundList) in setColSetBounds() argument
857 collower_[ind] = boundList[0]; in setColSetBounds()
858 colupper_[ind] = boundList[1]; in setColSetBounds()
860 boundList += 2; in setColSetBounds()
867 const double* boundList) in setRowSetBounds() argument
871 setRowBounds(*indexFirst, boundList[0], boundList[1]); in setRowSetBounds()
873 boundList += 2; in setRowSetBounds()
879 rowlower_[ind] = boundList[0]; in setRowSetBounds()
880 rowupper_[ind] = boundList[1]; in setRowSetBounds()
882 boundList += 2; in setRowSetBounds()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/gui/layout/
H A DAnimatedLayout.java296 private Collection<BoundData> boundList; field in AnimatedLayout.Animator
325 this.boundList = bounds; in setBounds()
351 for (BoundData bounds : boundList) { in actionPerformed()
/dports/math/highs/HiGHS-cfe064e/src/interfaces/
H A DOsiHiGHSSolverInterface.hpp220 const double *boundList);
234 const double *boundList);
/dports/math/osi/Osi-0.108.6/Osi/src/OsiXpr/
H A DOsiXprSolverInterface.hpp315 const double *boundList);
345 const double *boundList);
/dports/math/clp/Clp-1.17.3/Osi/src/OsiXpr/
H A DOsiXprSolverInterface.hpp315 const double *boundList);
345 const double *boundList);
/dports/math/ogdf/OGDF/include/coin/
H A DClpModel.hpp536 const double* boundList);
563 const double* boundList) { in setColSetBounds() argument
564 setColumnSetBounds(indexFirst, indexLast, boundList); in setColSetBounds()
587 const double* boundList);
H A DClpSimplex.hpp1263 const double* boundList);
1290 const double* boundList) { in setColSetBounds() argument
1291 setColumnSetBounds(indexFirst, indexLast, boundList); in setColSetBounds()
1314 const double* boundList);
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpModel.hpp585 const double *boundList);
615 const double *boundList) in setColSetBounds() argument
617 setColumnSetBounds(indexFirst, indexLast, boundList); in setColSetBounds()
640 const double *boundList);
H A DAbcSimplex.hpp1091 const double *boundList);
1121 const double *boundList) in setColSetBounds() argument
1123 setColumnSetBounds(indexFirst, indexLast, boundList); in setColSetBounds()
1146 const double *boundList);
/dports/math/osi/Osi-0.108.6/Osi/src/OsiMsk/
H A DOsiMskSolverInterface.hpp332 const double* boundList);
361 const double* boundList);
/dports/math/osi/Osi-0.108.6/Osi/src/OsiSpx/
H A DOsiSpxSolverInterface.hpp337 const double* boundList);
368 const double* boundList);
/dports/math/clp/Clp-1.17.3/Osi/src/OsiMsk/
H A DOsiMskSolverInterface.hpp332 const double* boundList);
361 const double* boundList);
/dports/math/clp/Clp-1.17.3/Osi/src/OsiSpx/
H A DOsiSpxSolverInterface.hpp337 const double* boundList);
368 const double* boundList);
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/OsiCbc/
H A DOsiCbcSolverInterface.cpp622 const double *boundList) in setColSetBounds() argument
624 modelPtr_->solver()->setColSetBounds(indexFirst, indexLast, boundList); in setColSetBounds()
656 const double *boundList) in setRowSetBounds() argument
658 modelPtr_->solver()->setRowSetBounds(indexFirst, indexLast, boundList); in setRowSetBounds()
H A DOsiCbcSolverInterface.hpp389 const double *boundList);
417 const double *boundList);
/dports/math/osi/Osi-0.108.6/Osi/src/OsiGlpk/
H A DOsiGlpkSolverInterface.hpp346 const double *boundList);
376 const double *boundList);
/dports/math/osi/Osi-0.108.6/Osi/src/OsiCpx/
H A DOsiCpxSolverInterface.hpp339 const double *boundList);
368 const double *boundList);
/dports/math/clp/Clp-1.17.3/Osi/src/OsiCpx/
H A DOsiCpxSolverInterface.hpp339 const double *boundList);
368 const double *boundList);
/dports/math/clp/Clp-1.17.3/Osi/src/OsiGlpk/
H A DOsiGlpkSolverInterface.hpp346 const double *boundList);
376 const double *boundList);
/dports/math/osi/Osi-0.108.6/Osi/src/OsiGrb/
H A DOsiGrbSolverInterface.hpp320 const double *boundList);
347 const double *boundList);
/dports/math/clp/Clp-1.17.3/Osi/src/OsiGrb/
H A DOsiGrbSolverInterface.hpp320 const double *boundList);
347 const double *boundList);

1234