proof_attempt.rb revision 9f4ecaa71ceb2eec7be34a2687cb8c3cb3441b05
numbering_parent_column 'sentence_id'
class_name: 'Axiom',
association_foreign_key: 'sentence_id',
join_table: 'used_axioms_proof_attempts'
class_name: 'Theorem',
association_foreign_key: 'sentence_id',
join_table: 'used_axioms_proof_attempts'
:number,
:state,
end
end
end
end
self.locid = "#{theorem.locid}//ProofAttempt-#{number}"
end
end
ontology_version.provers << prover
ontology_version.save!
end
end
end