This module defines a ProblemFamily subclass for Cyclus Resource Exchanges.
author: | Matthew Gidden <matthew.gidden _at_ gmail.com> |
---|
A class representing families of resource exchange problems.
Parameters: | uuid : uuid
tables : list of cyclopts_io.Table
|
---|---|
Returns: | inst : tuple of lists of ExGroups, ExNodes, and ExArgs
|
Parameters: | inst : tuple of lists of ExGroups, ExNodes, and ExArgs
inst_uuid : uuid
param_uuid : uuid
species : str
tables : list of cyclopts_io.Table
|
---|
Parameters: | soln : ExSolution
soln_uuid : uuid
inst : tuple of lists of ExGroups, ExNodes, and ExArgs
inst_uuid : uuid
tables : list of cyclopts_io.Table
|
---|
Parameters: | h5file : PyTables File
prefix : string
|
---|---|
Returns: | tables : list of cyclopts_io.Tables
|
Parameters: | inst : tuple of lists of ExGroups, ExNodes, and ExArgs
solver : ProbSolver or similar
verbose : bool
|
---|---|
Returns: | soln : ExSolution
|