Skip to content

Latest commit

 

History

History

shared

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Hectoc Library

The Hectoc library in the shared folder contains some Java classes to generate Hectocs and check solutionPdos with a modified version of a Shunting Yard Algorithm and stacks.

You can use that library, if you want to implement your own Java apps or tools for Hectocs.

Build

The projects are structured as multimodule maven project. It should be sufficient to call maven compile in the parent directory. To create a jar file, call maven package

Run

TBD...