919293949596979899100101
Constraint c; if (additionalConstraint.empty()) { c = constraint_; } else { c = new CompositeConstraint(constraint_, additionalConstraint); } final double[] w = new double[instruments.size()]; if (weights==null) { Arrays.fill(w, 1.0);