Skip to content

rschwarz/zimplayground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solve Zimpl models with the SCIP solver via the browser

Go Report Card

Purpose

Inspired by the Go Playground, let users solve small Zimpl models without the need to install anything. The models are solved on the server with SCIP. The log output and solution values are provided to the caller.

Results are also stored and can be shared between users via unique IDs from hashes of the input data.

Usage

$ ./zimplayground -h
Usage of ./zimplayground:
  -address=":8080": hostname:port of server
  -mem=100: SCIP memory limit (MB)
  -processes=4: limit on number of SCIP processes
  -scipExec="scip": (path to) scip executable
  -sleep=100: sleep before redirect to results (ms)
  -time=180: SCIP time limit (s)

Dependencies

It is assumed that SCIP (with Zimpl linked) is installed on the server and available in the PATH or explicitely specified as command-line flag.

See the SCIP homepage for documentation on the installation process.

Licensing

All of this code is MIT licensed. SCIP is available for academic use under the terms of the ZIB academic license.

About

Solve Zimpl models with SCIP in your browser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages