aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorbozokopic <bozo.kopic@gmail.com>2018-04-12 14:14:39 +0200
committerbozokopic <bozo.kopic@gmail.com>2018-04-12 14:14:39 +0200
commit2b6b2b429376d05931b67cd2009dd5aa93cc841f (patch)
tree119943b64bf1f7ad05ff7e8c960b68c79d4b649a /README.rst
parente6974a745be9aef7982fb3788485550918ea2b75 (diff)
main.py
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst15
1 files changed, 5 insertions, 10 deletions
diff --git a/README.rst b/README.rst
index ceb34d4..03c166d 100644
--- a/README.rst
+++ b/README.rst
@@ -6,7 +6,8 @@ opcut
`opcut` is cutting stock problem optimizer
(`https://en.wikipedia.org/wiki/Cutting_stock_problem`) utilizing multiple
panels and guillotine cuts (end-to-end cuts). This project includes multiple
-back-end optimizer implementations and single-page web application front-end.
+back-end optimizer implementations, command line front-end and single-page web
+application front-end.
Runtime requirements
@@ -49,23 +50,17 @@ TODO
* global
* create CONTRIBUTING
- * cleanup package.json
- * cleanup webpack.config.js
* write setup.py
* optimizer
- * evaluate research papers and proposed algorithms
- * define optimizer api
- * implement multiple algorithms in python
- * evaluate python implementations and do native rewrites is needed
+ * add additional algorithms
+ * evaluate python implementations and do native rewrites if needed
* back-end
- * define json schemas and communication interface between back-end and
- front-end
* basic backend implementation in python
- * additional functionality (multiple output formats)
+ * additional output formats
* front-end