Is it possible to have aligned equations which one can split up if they are too long, but such that they are still aligned? I mean a single environment that combines align (equations remain aligned) and multline (if they are too long they may be split in a nice way)
If there is some math counterpart of the \hfill it will be great!
In the following the two vertical bars denote the default width of the math mode, and the minus signs denote empty space
the following is bad
|------------------------------------|
|aaa-=-bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb|
|---=-cccccccccccccccc-+-dddddddddddddddd
It must be somehow turned into
|------------------------------------|
|aaa-=-bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb|
|----=-cccccccccccccccc--------------|
|------------------+-dddddddddddddddd|
that is the second line when broken its other part must be
set in the third line but pushed to the right end and
that end is the farthest end of all lines (on the left) and
the equal signs are still aligned,
split
does what you want.multlined
.