proof_attempt.rb revision 4a7c98053955ca61668ed12b235ddf2fc9976142
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
self.locid = "#{theorem.locid}//ProofAttempt-#{number}"
end
end
ontology_version.provers << prover
ontology_version.save!
end
end
end