Click or drag to resize

CSOptiBeamupdate Method

update the model according to the optimization result.

Namespace:  Karamba.Algorithms
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
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