Iteration 1 MVP - mazmaz2k/Minimal-balanced-node-separator GitHub Wiki
Iteration 1 MVP
In this (Minimum Viable Product) iteration we will develop our main infrastructure of the software, it will act as PoC (Proof of Concept) for our products probability and a milestone to the products life cycle where the products will be considered as "functional".
At this Iteration we would have a prototype software complete.
Total Estimation
We estimate the work length to be at 3 weeks The prototype software would:
- Finish create data structure class for Graph. here is issue link
- Finish create data structure class for Rules. here is issue link
- Read cnf file and enter it to data structure. here is issue link
- Create Graph class. here is issue link
- Creating LinkedList class. here is issue link
- Print Graph Data Structure. here is issue link
At the end of this iteration, we would have also defined software requirements and also our software design, according Mentors requests.
Retrospective - goals and results:
Process, Methods & Tools
- We used Eclipse as our main developing environment. Each of us written his code on his own local machine while we performed the actual merging, building and compiling on a single machine (Eclipse is a resource hog program).
Roles:
- Adi will work on Rules data structure creation.
- Omri will work on graph data structure creation.
Missions finished until now:
- Finish create data structure class for Rules.
- Read 3-cnf file and enter it to data structure.
- Creating LinkedList class.
- Creating Graph class.
- Finish create data structure class for Graph.
Iteration Conclusion:
Our team works very well together, we have via meetings on skype an also have a Whatsapp group and Gitter group , where all the members always stay connected and updated.