I a newbie in java, I wanna try google or-tools for vehicle routing problem
Just try to run java example from here
But I got this exception: java.lang.UnsatisfiedLinkError: no jniortools in java.library.path
There is a line of code which load system lib "jniortools". But I don't know where to get that lib.
I'm using mac osx.
Any ideas?