proof_attempt_configuration.rb revision f9328b75002f0a5584b4ec930536fc43e5b56fdc
c4bdc37c9de27abfa1d5be18008953b32457e6c4Eugen Kuksaclass ProofAttemptConfiguration < ActiveRecord::Base
c4bdc37c9de27abfa1d5be18008953b32457e6c4Eugen Kuksa join_table: 'goals_proof_attempt_configurations'
c4bdc37c9de27abfa1d5be18008953b32457e6c4Eugen Kuksa # timeout in seconds
e0ae31a48b304a53c4280b5b3b50a6dfba6d448aEugen Kuksa [logic_mapping, prover, timeout, axioms, goals].all?(&:blank?)
44f41210d9e3ab001acbbe8df9b39445ac00b5ddEugen Kuksa # It's possible that the database columns `locid` and `number` have not yet
44f41210d9e3ab001acbbe8df9b39445ac00b5ddEugen Kuksa # been created.