DCOPF1.load_json#

DCOPF1.load_json(path)#

Load scheduling results from a json file.

Parameters:
pathstr

Path of the json file to load.

Returns:
bool

True if the loading is successful, False otherwise.

Added in version 1.0.13: ..