Skip to content

MOSEK/TaskViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrettyTask

Javascript pretty-formatter for Mosek .task files.

Simply point you browser to taskview.html and load a .task file.

Tested with Firefox and Google Chrome.

How it works

Everything in the viewer runs completely in the browser, and no parts of the Task file handled externally. This means that you can actually just clone the project and open taskview.html in a browser.

It also means that if you load a large Task file you will probably kill your browser.

Status

What works:

  • Linear and semidefinite parts of objective are rendered
  • Linear and semidefinite parts of constraints are rendered
  • Symmetric matrix coefficients are rendered with some limitations on size
  • Cones and bounds on variables
  • Solutions
  • Parameters

What has not been implemented:

  • Quadratic terms

About

HTML+Javascript MOSEK Task file viewer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published