Skip to content

galk-research/optic

 
 

Repository files navigation

optic

OPTIC homepage: https://sourceforge.net/projects/tsgp/files/OPTIC/

Code revised to adhere with C++17/C++20.

Steps to build and install (defaults to "/usr/local")

$ cmake -DCMAKE_BUILD_TYPE=Release -S src -B release
$ cd release
$ make -j 10 parser
$ make -j 10 optic-clp
$ sudo make install

Alternative builds possible by changing arguments of call to cmake above by suitable keywords.

About

The OPTIC Temporal Planner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.5%
  • Yacc 0.9%
  • CMake 0.3%
  • C 0.1%
  • Lex 0.1%
  • Shell 0.1%