-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
GSoC 2022: Manas Sivakumar Week 2 #219
Conversation
How do I stop Github actions from running build each and every time I push some changes ? |
I think I have created a basic skeleton(still incomplete) for now. If there are problems, please let me know. Please direct me to any resources if necessary |
I don't think you should do that. It's good to see the Actions result after every push. Initially, they are going to fail. |
@Manas23601 Maybe it's a good idea to reconsider the naming of the functions or the directory structure. I think you should only use underscores in the function name, not dashes. Some function names suggestions:
The directory could be |
I am wondering, is there a knapsack that is not 0-1? |
I will immediately look at the name changes. I think I forgot to commit those changes |
Changes Proposed in this Pull Request:
vrp_knapsack
SQL
function.doc
,docqueries
andsrc
.