Click or drag to resize

CSOptiShellupdate Method

update the model according to the optimization result

Namespace:  Karamba.Algorithms
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override void update(
	Model model,
	IReadOnlyList<CroSec> crosecs,
	Dictionary<int, int> crosec_uid_to_ind
)

Parameters

model
Type: Karamba.ModelsModel
model to be updated
crosecs
Type: System.Collections.GenericIReadOnlyListCroSec
cross section to be used for updating
crosec_uid_to_ind
Type: System.Collections.GenericDictionaryInt32, Int32
mapping between cross section unique identifiers and their index in the model
See Also