proof_attempt_configuration.rb revision 25f85f6174d2238cc1ea058fa129cb65961cf54a
c4bdc37c9de27abfa1d5be18008953b32457e6c4Eugen Kuksaclass ProofAttemptConfiguration < ActiveRecord::Base
c4bdc37c9de27abfa1d5be18008953b32457e6c4Eugen Kuksa # timeout in seconds
63499d8d12a219d26744bcb896789ea28459814fEugen Kuksa [logic_mapping, prover, timeout, axioms].all?(&:blank?)
d1b9592add080035a1d8adf1e35e9af00ad6f1e1Eugen Kuksa options[:axioms] = axiom_selection.axioms if axiom_selection.axioms.any?
d1b9592add080035a1d8adf1e35e9af00ad6f1e1Eugen Kuksa @prove_options = Hets::ProveOptions.new(options)
44f41210d9e3ab001acbbe8df9b39445ac00b5ddEugen Kuksa # It's possible that the database columns `locid` and `number` have not yet
44f41210d9e3ab001acbbe8df9b39445ac00b5ddEugen Kuksa # been created.