Home
last modified time | relevance | path

Searched refs:getActiveObjective (Results 1 – 6 of 6) sorted by relevance

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/fbc/extension/
H A DFbcModelPlugin.h694 Objective* getActiveObjective();
702 const Objective *getActiveObjective() const;
H A DFbcModelPlugin.cpp1310 FbcModelPlugin::getActiveObjective() in getActiveObjective() function in FbcModelPlugin
1319 FbcModelPlugin::getActiveObjective() const in getActiveObjective() function in FbcModelPlugin
1339 return mObjectives.getActiveObjective(); in getActiveObjectiveId()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/fbc/validator/constraints/
H A DFbcConsistencyConstraints.cpp78 msg += loObj.getActiveObjective() ; in START_CONSTRAINT()
81 std::string activeObj = loObj.getActiveObjective(); in START_CONSTRAINT()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/fbc/util/
H A DFbcToCobraConverter.cpp120 Objective* obj = plugin->getActiveObjective(); in setObjectiveCoefficient()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/fbc/sbml/
H A DObjective.h1166 virtual const std::string& getActiveObjective() const;
H A DObjective.cpp1474 setActiveObjective(objectives->getActiveObjective()); in appendFrom()
1529 ListOfObjectives::getActiveObjective() const in getActiveObjective() function in ListOfObjectives