From 2b6b2b429376d05931b67cd2009dd5aa93cc841f Mon Sep 17 00:00:00 2001 From: bozokopic Date: Thu, 12 Apr 2018 14:14:39 +0200 Subject: main.py --- README.rst | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'README.rst') 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 -- cgit v1.2.3-70-g09d2