## Creating TPTP problems
First, select a conjecture file such as `pb/foo.cj`
Then, run `sh tptp.sh pb/foo.cj`. 
This should create a fof file pb/foo.p on which you can call an atp. 

## Main files
The files pb/*.cj contain the 32 most visited (in the sense of MCTS) 
  intermediate goals produced during a tactictoe search.
The files pb/*.dep contain 128 axiom names selected by KNN.
The files ax/* contain the fof translations corresponding to the axioms names in pb/*.dep.
The file fof_extra contains extra axioms included in every problems.

## Extra files
The files pb/*.goal contain the HOL4 version of the files pb/*.cj
The files pb/*.info contain information about the tactictoe run, in particular it says if the intermediate goal was proven.
The files pb/*.premises are the name of the HOL4 premises as selected by KNN. 
