When doing an argMax:
a = argMax{b | b in bs && b.c >= 0.5}(b.d); a -> bs; It should not be required to put a -> bs since it can be infered from the argMax instruction itself
Log in to post a comment.