skyien
skyien
JSONB array(not JSONB[]), [String], [Double], [Int].
I can't use enumerations in my model because .codable type is used for jsonb field type.
При одинаковых исходных данных получаю релузьтат с разбросом в ~10% по километражу/временик. Количество задач 40-50. Решение находится примерно на 1500-2000 генераций, далее без изменений. Увеличение времени и кол-ва генераций не...
In vrp-core/src/solver/builder.rs: ``` pub fn with_termination(mut self, termination: Arc) -> Self { self.config.telemetry.log("configured to use custom termination parameters"); self.config.termination = termination; self } ``` but below in: `pub fn build(self)...
``` final class Object: Content { let anotherObjects : [AnotherObject] } final class Model: Model, Content { let objects: [Object] .... } ``` After updating `anotherObjects` array, model update not...
Does Vapor planning to support JONB (not JSONB[ ]) column type for arrays? * Vapor Framework version: 4.32