Can we write
min($\sum_{i}$ max($a^T_i$x - $b_i$,0))
as a constrained optimization problem with a differentiable objective function assuming everything is real-valued. My understanding is that this is a 'known' problem in optimization, but I haven't found a good description of how this works.