|
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)
Syntaxpublic override void update(
Model model,
IReadOnlyList<CroSec> crosecs,
Dictionary<int, int> crosec_uid_to_ind
)
Public Overrides Sub update (
model As Model,
crosecs As IReadOnlyList(Of CroSec),
crosec_uid_to_ind As Dictionary(Of Integer, Integer)
)
public:
virtual void update(
Model^ model,
IReadOnlyList<CroSec^>^ crosecs,
Dictionary<int, int>^ crosec_uid_to_ind
) override
abstract update :
model : Model *
crosecs : IReadOnlyList<CroSec> *
crosec_uid_to_ind : Dictionary<int, int> -> unit
override update :
model : Model *
crosecs : IReadOnlyList<CroSec> *
crosec_uid_to_ind : Dictionary<int, int> -> unit
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