Home
last modified time | relevance | path

Searched defs:addObjective (Results 1 – 14 of 14) sorted by relevance

/dports/games/legend-of-edgar/edgar-1.34/src/event/
H A Dobjective.c76 void addObjective(char *objectiveName, char *completionTrigger) in addObjective() function
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/problem/
H A DCouenneProblem.cpp41 void CouenneProblem::addObjective (expression *newobj, const std::string &sense) { in addObjective() function in CouenneProblem
/dports/math/clasp/clasp-3.3.5/src/
H A Dparser.cpp337 void DimacsReader::addObjective(const WeightLitVec& vec) { in addObjective() function in Clasp::DimacsReader
348 void OpbReader::addObjective(const WeightLitVec& vec) { in addObjective() function in Clasp::OpbReader
H A Dprogram_builder.cpp118 bool SatBuilder::addObjective(const WeightLitVec& min) { in addObjective() function in Clasp::SatBuilder
252 bool PBBuilder::addObjective(const WeightLitVec& min) { in addObjective() function in Clasp::PBBuilder
/dports/math/clingo/clingo-5.5.1/clasp/clasp-da10954/src/
H A Dparser.cpp337 void DimacsReader::addObjective(const WeightLitVec& vec) { in addObjective() function in Clasp::DimacsReader
348 void OpbReader::addObjective(const WeightLitVec& vec) { in addObjective() function in Clasp::OpbReader
H A Dprogram_builder.cpp118 bool SatBuilder::addObjective(const WeightLitVec& min) { in addObjective() function in Clasp::SatBuilder
252 bool PBBuilder::addObjective(const WeightLitVec& min) { in addObjective() function in Clasp::PBBuilder
/dports/math/clingo/clingo-5.5.1/clasp/src/
H A Dprogram_builder.cpp118 bool SatBuilder::addObjective(const WeightLitVec& min) { in addObjective() function in Clasp::SatBuilder
252 bool PBBuilder::addObjective(const WeightLitVec& min) { in addObjective() function in Clasp::PBBuilder
H A Dparser.cpp337 void DimacsReader::addObjective(const WeightLitVec& vec) { in addObjective() function in Clasp::DimacsReader
348 void OpbReader::addObjective(const WeightLitVec& vec) { in addObjective() function in Clasp::OpbReader
/dports/misc/ompl/ompl-1.5.2/src/ompl/base/src/
H A DOptimizationObjective.cpp199 void ompl::base::MultiOptimizationObjective::addObjective(const OptimizationObjectivePtr &objective… in addObjective() function in ompl::base::MultiOptimizationObjective
/dports/games/freesynd/freesynd-0.7.5/src/
H A Dmission.h151 void addObjective(ObjectiveDesc *pObjective) { objectives_.push_back(pObjective); } in addObjective() function
/dports/games/blobwars/blobwars-2.00/src/
H A DCMap.cpp391 void Map::addObjective(const char *description, const char *target, int targetValue, bool required) in addObjective() function in Map
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/fbc/extension/
H A DFbcModelPlugin.cpp1047 FbcModelPlugin::addObjective(const Objective* o) in addObjective() function in FbcModelPlugin
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/fbc/sbml/
H A DObjective.cpp1324 ListOfObjectives::addObjective(const Objective* o) in addObjective() function in ListOfObjectives
/dports/x11/radare-cutter/r2cutter-0.1.1/src/widgets/
H A DGraphGridLayout.cpp1537 auto addObjective = [&](size_t a, int posA, size_t b, int posB) { in optimizeLayout() local