Glpk-Online is an free open-source embedded mixed linear programing solver interface based
on Glpk.js
Features
- Mixed Integer Binary Linear Solver
- Fully embedded in navigator
- GNU Mathprog language (manual)
- Variable and Constraints display
- Syntax Highlighting
- Auto-complete (ctrl+space)
- Drag-and-drop file import
- Auto backup (every 30s)
Keyboard Shorcuts
Only valid in editor
Ctrl+Enter | Solve
|
Ctrl+Space | Auto-complete
|
Ctrl+F | Search
|
Ctrl+G | Next (search)
|
Ctrl+Shift+G | Previous (search)
|
Ctrl+Shift+F | Search and Replace
|
Ctrl+D | Delete Line
|
F11 | Switch fullscreen editor mode
|
External libraries and license
- Glpk.js, GNU Linear Programming Kit for Javascript
- CodeMirror, In-browser code editor
- jQuery, New Wave JavaScript
- Bootstrap, The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
- FileSaver.js, An HTML5 saveAs() FileSaver implementation
Copyright © 2017 Quentin Tonneau <qtonneau@gmail.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation version 2.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.