Lopt will be a complex expression, and YALMIP will not be able to extract bounds on this expression, despite having bounds on all involved variables (the fact that you have an inequality on this expression does not help, YALMIP only does bound propagation from the involved variables, it does not search through the model to see if the expression is used in any other constraints. That ould be to expensive). Only way round that is to have Lopt as a variable, with bounds, , and add equalities instead to define it
Your DTInput is a nasty nonlinear thingy, and then you use that expression in the implications. YALMIP will probleably not be able to derive bounds on those objects, so you have to explicitly bound the expressions used in the implications.
If you actually manage to solve these problems in the end, you're very lucky. It looks like a very nasty nonlinear nonconvex integer program.