Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infeasibility of the Linear Program #1

Open
raja-s opened this issue Nov 17, 2017 · 0 comments
Open

Infeasibility of the Linear Program #1

raja-s opened this issue Nov 17, 2017 · 0 comments
Labels

Comments

@raja-s
Copy link
Owner

raja-s commented Nov 17, 2017

As is well explained in both the paper and the book, the linear program that maximizes a vector in the intersection of a set of half-planes could at any point in time not have any solution. In the implementation, this translates into an exception called LinearProgramInfeasibleException thrown at any point where the linear program is found to be infeasible.

When running the demos, I get this exception way too many times, especially in cases where the agents are clearly far from one another and can't possibly be on a collision course.

@raja-s raja-s added the bug label Nov 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant