Accessimport optimization mdb.models[name].optimizationTasks[name].objectiveFunctions[name] ObjectiveFunction(...)
This method creates an ObjectiveFunction object. Pathmdb.models[name].optimizationTasks[name].ObjectiveFunction Required arguments
Optional arguments
Return valueAn ObjectiveFunction object. ExceptionsInvalidNameError and RangeError. setValues(...)
This method modifies the ObjectiveFunction object. Required argumentsNone. Optional argumentsThe optional arguments to setValues are the same as the arguments to the ObjectiveFunction method, except for the name argument. Return valueNone. ExceptionsRangeError. MembersThe ObjectiveFunction object has members with the same names and descriptions as the arguments to the ObjectiveFunction method. |