Home
last modified time | relevance | path

Searched refs:createObjective (Results 1 – 12 of 12) sorted by relevance

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/fbc/extension/test/
H A DTestWriteFbcExtension.cpp111 Objective* objective = mplugin->createObjective(); in START_TEST()
211 Objective* objective = mplugin->createObjective(); in START_TEST()
341 Objective* objective = mplugin->createObjective(); in START_TEST()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/fbc/extension/
H A DFbcModelPlugin.h656 Objective* createObjective();
H A DFbcModelPlugin.cpp1097 FbcModelPlugin::createObjective() in createObjective() function in FbcModelPlugin
1900 return createObjective(); in createChildObject()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/c++/fbc/
H A Dfbc_example1.cpp298 Objective* objective = mplugin->createObjective(); in main()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/csharp/fbc/
H A Dfbc_example1.cs298 Objective objective = mplugin.createObjective(); in Main()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/java/fbc/
H A Dfbc_example1.java293 Objective objective = mplugin.createObjective(); in main()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/perl/fbc/
H A Dexample1.pl288 my $objective = $mplugin->createObjective();
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/ruby/fbc/
H A Dexample1.rb294 objective = mplugin.createObjective();
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/fbc/util/
H A DCobraToFbcConverter.cpp242 Objective* objective = fbcPlugin->createObjective(); in convert()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/python/fbc/
H A Dfbc_example1.py300 objective = mplugin.createObjective()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/fbc/sbml/
H A DObjective.h1099 Objective* createObjective();
H A DObjective.cpp1373 ListOfObjectives::createObjective() in createObjective() function in ListOfObjectives